- Issue created by @Sweetchuck
Based on the default configuration in .stroybook/main.ts
file I assume that storybook also supports YAML format for story definitions.
const config: StorybookConfig = { stories: [ "../stories/**/*.mdx", "../stories/**/*.stories.@(json|yaml|yml)", ], };
I think it would be more human and Drupal developer friendly to use YAML instead of JSON,
and YAML format is the more commonly used one in a Drupal project.
Add a new --file-format
option to the storybook:generate-all-stories
and storybook:generate-stories
Drush commands.
(Or at least add the following flags to the \json_encode()
: \JSON_PRETTY_PRINT | \JSON_UNESCAPED_SLASHES | \JSON_UNESCAPED_UNICODE
if it is still usable for storybook)
Active
1.0
Other tooling