Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 12.4] [TASK] Replace "t3-data-processor-flex" with "confval" (#956) #957

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,31 @@ data within an XML structure inside a single database column. The data processor
:php:`\TYPO3\CMS\Frontend\DataProcessing\FlexFormProcessor` converts the
FlexForm data of a given field into a Fluid-readable array.


Options
========
=======

.. _FlexFormProcessor-fieldname:

.. t3-data-processor-flex:: fieldname
.. confval:: fieldname

:Required: false
:type: string
:Data type: :ref:`data-type-string`
:default: 'pi_flexform'

Field name of the column the FlexForm data is stored in.

.. t3-data-processor-flex:: as

.. _FlexFormProcessor-as:

.. confval:: as

:Required: false
:type: string
:Data type: :ref:`data-type-string`
:default: 'flexFormData'

Name for the variable in the Fluid template..
Name for the variable in the Fluid template.


Examples
========
Expand Down
1 change: 0 additions & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ t3-cobj-records = t3-cobj-records // t3-cobj-records // Content object RECORDS
t3-cobj-svg = t3-cobj-svg // t3-cobj-svg // Content object SVG
t3-cobj-user = t3-cobj-user // t3-cobj-user // Content object USER

t3-data-processor-flex = t3-data-processor-flex // t3-data-processor-flex // Data processor FlexFormProcessor
t3-data-processor-gallery = t3-data-processor-gallery // t3-data-processor-gallery // Data processor GalleryProcessor
t3-data-processor-lang = t3-data-processor-lang // t3-data-processor-lang // Data processor LanguageMenuProcessor
t3-data-processor-menu = t3-data-processor-menu // t3-data-processor-menu // Data processor MenuProcessor
Expand Down
Loading