-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
Similarly to ViewHelpers, there should be a simple way to generate XSD files for components. The solution would probably look something like this:
- Introduce new interface
ComponentListProviderInterface(or similar) that adds a method to receive all component names in theComponentCollection - Implement that interface in
AbstractComponentCollectionbased on the default file name convention - Extend
ViewHelperFinderto also check forComponentCollectionfiles that implement the new interface and add the components to the result
Not sure yet if this would work for TYPO3 automatically or if additional work would be necessary (which would make it a feature for v14).
Metadata
Metadata
Assignees
Labels
No labels