Tab
The Tab
field can be used to create a new tab in the editor interface.
It needs an unique identifier
and can be placed between any two fields. Note:
Prohibited inside Palettes
.
Pre-defined tabs as for example the TYPO3/
tab for Content
Elements are available as Basics.
Labels
XLF translation keys for Tabs have the following convention:
<body>
<trans-unit id="tabs.TAB_IDENTIFIER">
<source>Label for Tab</source>
</trans-unit>
<trans-unit id="COLLECTION_IDENTIFIER.tabs.TAB_IDENTIFIER">
<source>Label for Tab in Collection</source>
</trans-unit>
<trans-unit id="COLLECTION_IDENTIFIER1.COLLECTION_IDENTIFIER2.tabs.TAB_IDENTIFIER">
<source>Label for Tab in nested Collection</source>
</trans-unit>
</body>
Copied!
Examples
Minimal
name: example/tab
fields:
- identifier: text
type: Text
- identifier: tab_1
type: Tab
- identifier: text2
type: Textarea
Copied!
For in-depth information about tabs refer to the TCA documentation.