Last active
January 30, 2018 15:52
-
-
Save pitchart/d3056d3df854ab17e48a3ff44bbccf0d to your computer and use it in GitHub Desktop.
Champ de sélection d'une page dans un plugin TYPO3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<settings.authorsPage> | |
<TCEforms> | |
<label>Page auteurs</label> | |
<config> | |
<type>group</type> | |
<internal_type>db</internal_type> | |
<allowed>pages</allowed> | |
<size>1</size> | |
<maxitems>1</maxitems> | |
<minitems>0</minitems> | |
<wizards> | |
<suggest> | |
<type>suggest</type> | |
<default> | |
<searchWholePhrase>1</searchWholePhrase> | |
</default> | |
</suggest> | |
</wizards> | |
</config> | |
</TCEforms> | |
</settings.authorsPage> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment