Parcourir la source

Allow all stories within subfolders of shared templates to appear in the same section

Thibaud Colas il y a 1 an
Parent
commit
f985262959
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      client/storybook/main.js

+ 1 - 1
client/storybook/main.js

@@ -5,7 +5,7 @@ module.exports = {
     {
       directory: '../../wagtail/admin/templates/wagtailadmin/shared/',
       titlePrefix: 'Shared',
-      files: '*.stories.*',
+      files: '**/*.stories.*',
     },
     '../../wagtail/**/*.stories.*',
   ],