Skip to content

Instantly share code, notes, and snippets.

@steffenk
Created September 6, 2017 15:48
Show Gist options
  • Save steffenk/1feee846967e7afaf3aa86f3c167fe0b to your computer and use it in GitHub Desktop.
Save steffenk/1feee846967e7afaf3aa86f3c167fe0b to your computer and use it in GitHub Desktop.
tx_forms Templates
TYPO3:
CMS:
Form:
prototypes:
standard:
formElementsDefinition:
Form:
renderingOptions:
# Additional fluid search paths.
templateRootPaths:
20: 'EXT:my_ext/Resources/Private/Frontend/Templates/'
partialRootPaths:
20: 'EXT:my_ext/Resources/Private/Frontend/Partials/'
layoutRootPaths:
20: 'EXT:my_ext/Resources/Private/Frontend/Layouts/'
plugin.tx_form {
settings {
yamlConfigurations {
# register your own additional settings
1483433864 = EXT:my_ext/Configuration/Yaml/Frontend.yaml
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment