@viewdo/dxp-story-cli
Version:
DXP Story Management CLI
31 lines (30 loc) • 1.03 kB
JSON
{
"cSpell.words": [
"middlewares",
"nent",
"storyctl",
"tailwindcss"
],
"yaml.schemas": {
".dxp/dxp-config-schema.json": "/dxp-config.yml",
".dxp/story-data-schema.json": [
"**/episode-*-data.yml",
"**/default-data.yml"
],
".dxp/story-config-schema.json": "**/story-config.yml",
".dxp/preview-config-schema.json": "**/preview-config.yml",
".dxp/organization-config-schema.json": "**/organization-config.yml",
".dxp/story-template-config-schema.json": "**/story-template-config.yml",
".dxp/story-data-html-state-schema.json": "**/html-state.yml",
".dxp/story-data-navigation-state-schema.json": "**/navigation-state.yml",
".dxp/story-data-video-state-schema.json": "**/video-state.yml",
".dxp/story-data-input-state-schema.json": "**/input-state.yml"
},
"editor.formatOnSave": true,
"html.customData": [
"./node_modules/@viewdo/dxp-nent/dist/custom-elements/custom-elements.json"
],
"files.associations": {
"*.scss": "tailwindcss"
}
}