TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<html
|
||||
xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
|
||||
data-namespace-typo3-fluid="true"
|
||||
>
|
||||
|
||||
<f:if condition="{positionSelection}">
|
||||
<h5>{f:translate(key: 'LLL:EXT:core/Resources/Private/Language/locallang_misc.xlf:1_selectType')}</h5>
|
||||
</f:if>
|
||||
|
||||
<typo3-backend-new-record-wizard
|
||||
storename="new-content-element"
|
||||
categories="{categoriesJson}"
|
||||
searchplaceholder="{f:translate(domain: 'core.misc', key: 'newContentElement.filter.placeholder')}"
|
||||
searchnothingfoundlabel="{f:translate(domain: 'core.misc', key: 'newContentElement.filter.noResults')}"
|
||||
usernotallowedlabel="{f:translate(domain: 'core.misc', key: 'newContentElement.filter.userNotAllowed')}"
|
||||
>
|
||||
</typo3-backend-new-record-wizard>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user