Skip to content

Instantly share code, notes, and snippets.

@radmiraal
Last active December 25, 2015 06:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radmiraal/bd8d45d10da156b7c72c to your computer and use it in GitHub Desktop.
Save radmiraal/bd8d45d10da156b7c72c to your computer and use it in GitHub Desktop.
The Settings.yaml file is a suggestion for a new structure, the currentSettings.yaml file below is added as reference for current structure. We will drop the enableAloha setting.
TYPO3:
Neos:
nodeTypeGroups: ['General', 'Structure', 'Plugins']
enableAloha: TRUE
loadMinifiedJavascript: TRUE
userInterface:
string:
editor: Content/Inspector/Editors/TextFieldEditor
integer:
editor: Content/Inspector/Editors/TextFieldEditor
boolean:
editor: Content/Inspector/Editors/BooleanEditor
'TYPO3\Media\Domain\Model\ImageVariant':
editor: Content/Inspector/Editors/ImageEditor
date:
editor: Content/Inspector/Editors/DateTimeEditor
modules:
<moduleIdentifier>:
<moduleConfig>
submodules:
<submodules config>
TYPO3:
Neos:
nodeTypes:
groups:
general:
label: 'General'
structure:
label: 'Structure'
plugins:
label: 'Plugins'
userInterface:
loadMinifiedJavascript: TRUE
resources:
javaScript:
- some additional js files to load to support extending Neos
inspector:
editors:
string:
editor: Content/Inspector/Editors/TextFieldEditor
integer:
editor: Content/Inspector/Editors/TextFieldEditor
boolean:
editor: Content/Inspector/Editors/BooleanEditor
'TYPO3\Media\Domain\Model\ImageVariant':
editor: Content/Inspector/Editors/ImageEditor
date:
editor: Content/Inspector/Editors/DateTimeEditor
modules:
<moduleIdentifier>:
<moduleConfig>
submodules:
<submodules config>
@radmiraal
Copy link
Author

just found https://review.typo3.org/#/c/24356/, ofc that one should be looked at if we refactor this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment