TYPO3-Initiatives / content-block-registration-api

This is a repository of the TYPO3 Structured Content Initiative. It provides the registration API for Content Blocks for TYPO3.
https://typo3.org/community/teams/typo3-development/initiatives/structured-content
GNU General Public License v2.0
19 stars 7 forks source link

Generate TypoScript config based on the EditorInterface.yaml of the Content Block package #2

Closed typecat closed 4 years ago

typecat commented 4 years ago

Technical Story

Generate TypoScript config out of the EditorInterface.yaml of the Content Block package.

Acceptance criteria

typecat commented 4 years ago

I would postpone the usage of DataProcessors to a different milestone.

krausandre commented 4 years ago

Notes:

jonaseberle commented 4 years ago

We currently load lib.contentElement via @import in our ext_localconf.php.

In order to be able to provide a fallback for the Layout, we needed to use -5 as key in layoutRootPaths. (this seems to work but we are unsure if that is official API)

This would work with:

We added a new example content block fluid-styled-content-example-local to showcase using .

Mask: https://docs.typo3.org/p/mask/mask/6.2/en-us/Installation/Index.html?highlight=fluid_styled_content https://docs.typo3.org/p/mask/mask/6.2/en-us/Pagetemplates/Index.html?highlight=fluid_styled_content

jonaseberle commented 4 years ago

I'll close this in favor of

https://github.com/TYPO3-Initiatives/content-block-registration-api/issues/27

and

https://github.com/TYPO3-Initiatives/content-block-registration-api/issues/29