You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Storybook has a feature called autotitle, that sets the title of the component (meta) based on the file path, if no title is explicitly set. It would be nice if this addon supported that feature.
Implementation
The indexer gets passed a makeTitle function in the indexer options (second parameter) to the indexer function. That function can be used to generate this title automatically, also taking into account any user title specified.
Additional context
Implementing this with makeTitle would probably also solve the bug at #130 at the same time.
The text was updated successfully, but these errors were encountered:
Storybook has a feature called autotitle, that sets the title of the component (meta) based on the file path, if no title is explicitly set. It would be nice if this addon supported that feature.
Implementation
The indexer gets passed a
makeTitle
function in the indexer options (second parameter) to theindexer
function. That function can be used to generate this title automatically, also taking into account any user title specified.Additional context
Implementing this with
makeTitle
would probably also solve the bug at #130 at the same time.The text was updated successfully, but these errors were encountered: