Skip to content

Instantly share code, notes, and snippets.

@renekreupl
Created July 29, 2017 10: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 renekreupl/0f95108313d1f3965ca7330cf372c27a to your computer and use it in GitHub Desktop.
Save renekreupl/0f95108313d1f3965ca7330cf372c27a to your computer and use it in GitHub Desktop.
tx_gridelements {
# TS Elemente haben Vorrang vor Datensätzen mit gleichen IDs
overruleRecords = 1
setup {
#OneColumns
container {
title = Container
description = Container Beispiel
frame = 1
icon = EXT:extensionname/Resources/Public/Icons/Backend/Grids/Grid-Container.png
flexformDS = FILE:EXT:extensionname/Configuration/FlexForms/Extensions/GridElements/OneColumn.xml
topLevelLayout = 0
config {
colCount = 1
rowCount = 1
rows {
1 {
columns {
1 {
name = Container
colPos = 10
}
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment