Philipp Kuhlmay
Philipp Kuhlmay
This adds the fields "abstract" and the editorial fields inside the tab "metadata" for a page type I haven't checked yet, if I need to adjust ~~the tests~~ or something...
This makes it possible to load older extensions. This also fixes #736
Remove the comment inside: `EXT:extension_builder/Resources/Private/CodeTemplates/Extbase/Configuration/ExtensionBuilder/settings.yamlt` for `staticDateInXliffFiles` (not the whole line, only the `#`) Also update this: https://docs.typo3.org/p/friendsoftypo3/extension-builder/main/en-us/Configuration/Index.html#miscellaneous
We could include Storybook. This is a tool which makes development a little bit easier. With it it is possible to test all the components in isolation. https://storybook.js.org/docs/get-started
It seems that the SpycYAMLParser is only used in one line: https://github.com/FriendsOfTYPO3/extension_builder/blob/78ecb67ff5c68b69476be4fe0ba6d26a461897f7/Classes/Configuration/ExtensionBuilderConfigurationManager.php#L145 We have to consider if we can remove the whole SpycYAMLParser.php file and adjust this line of code...
When you have an underscore inside an extension key, the generated CType has this underscore too, therefore there are too many underscores inside the CType and TYPO3 cannot handle this...
Could it be, that the link for the demo page inside the Readme is wrong? Depending on the last Deployment, it should be https://sefianecho.github.io/alwan/ instead of https://sofianchouaib.github.io ??