-------------------------------------------------------------------------------------------------------------------
Initializes _formName, _formLabel, _iconName
-------------------------------------------------------------------------------------------------------------------
{f:variable(name: '_formName', value: _formDefinitions.name)}
{f:variable(name: '_formName', value: 'column{_columnsCount}')
-> v:condition.variable.isNull(value: _formDefinitions.name)}
{f:variable(name: '_formLabel', value: _formDefinitions.label)}
{f:translate(key: 'LLL:EXT:flux_elements/Resources/Private/Language/locallang.xlf:columns.title')
-> f:format.printf(arguments: {0: _columnsCount})
-> f:variable(name: '_formLabel')
-> v:condition.variable.isNull(value: _formDefinitions.label)}
{f:variable(name: '_formDescription', value: _formDefinitions.description)}
{f:translate(key: 'LLL:EXT:flux_elements/Resources/Private/Language/locallang.xlf:columns.description')
-> f:format.printf(arguments: {0: _columnsCount})
-> f:variable(name: '_formDescription')
-> v:condition.variable.isNull(value: _formDefinitions.description)}
{f:variable(name: '_iconName', value: _formDefinitions.icon)}
{f:variable(name: '_iconName', value: 'EXT:flux_elements/Resources/Public/Icons/Columns{_columnsCount}.svg')
-> v:condition.variable.isNull(value: _formDefinitions.icon)}
-------------------------------------------------------------------------------------------------------------------
Configures form and grid
-------------------------------------------------------------------------------------------------------------------
{_iconName}
column{iterator.cycle}
{f:translate(key: 'LLL:EXT:flux_elements/Resources/Private/Language/locallang.xlf:columns.general.columnN')
-> f:format.printf(arguments: {0: iterator.cycle})
-> f:variable(name: '_label')}
-------------------------------------------------------------------------------------------------------------------
Sections
-------------------------------------------------------------------------------------------------------------------
settings.general.column{iterator.cycle}
{f:translate(key: 'LLL:EXT:flux_elements/Resources/Private/Language/locallang.xlf:columns.general.columnN')
-> f:format.printf(arguments: {0: iterator.cycle})
-> f:variable(name: '_label')}
{f:variable(name: '_rowDefaultClasses', value: 'fe-tiles no-gutters')
-> f:if(condition: '{settings.general.type} == "tile"')}
settings.custom.column{iterator.cycle}.classes
{f:translate(key: 'LLL:EXT:flux_elements/Resources/Private/Language/locallang.xlf:columns.custom.columnNClasses')
-> f:format.printf(arguments: {0: iterator.cycle})
-> f:variable(name: '_label')}
{f:variable(name: '_collapseRow', value: _fieldDefaults.adjust.collapseRow)}
{f:variable(name: '_collapseRow', value: 1) -> v:condition.variable.isNull(value: _fieldDefaults.adjust.collapseRow)}
{f:variable(name: '_collapseColumns', value: _fieldDefaults.adjust.collapseColumns)}
{f:variable(name: '_collapseColumns', value: 1) -> v:condition.variable.isNull(value: _fieldDefaults.adjust.collapseColumns)}