Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
TYPO3
sg_youtube
Commits
6d7521df
Commit
6d7521df
authored
Oct 06, 2021
by
Michael Kessler
Browse files
[TASK] Add layout options to flexform
parent
309e1bc7
Changes
3
Show whitespace changes
Inline
Side-by-side
Configuration/FlexForms/flexform_sgyoutube_youtube.xml
View file @
6d7521df
...
...
@@ -44,6 +44,30 @@
</TCEforms>
</settings.maxResults>
<settings.layout>
<TCEforms>
<label>
LLL:EXT:sg_youtube/Resources/Private/Language/locallang.xlf:flexform.layout
</label>
<config>
<type>
select
</type>
<renderType>
selectSingle
</renderType>
<items
type=
"array"
>
<numIndex
index=
"0"
type=
"array"
>
<numIndex
index=
"0"
>
LLL:EXT:sg_youtube/Resources/Private/Language/locallang.xlf:flexform.layout.default
</numIndex>
<numIndex
index=
"1"
>
default
</numIndex>
</numIndex>
<numIndex
index=
"1"
type=
"array"
>
<numIndex
index=
"0"
>
LLL:EXT:sg_youtube/Resources/Private/Language/locallang.xlf:flexform.layout.horizontal
</numIndex>
<numIndex
index=
"1"
>
horizontal
</numIndex>
</numIndex>
<numIndex
index=
"2"
type=
"array"
>
<numIndex
index=
"0"
>
LLL:EXT:sg_youtube/Resources/Private/Language/locallang.xlf:flexform.layout.vertical
</numIndex>
<numIndex
index=
"1"
>
vertical
</numIndex>
</numIndex>
</items>
</config>
</TCEforms>
</settings.layout>
<settings.showTitle>
<TCEforms>
<exclude>
0
</exclude>
...
...
Resources/Private/Language/de.locallang.xlf
View file @
6d7521df
...
...
@@ -41,6 +41,22 @@
<source>
<![CDATA[ID of Channel (UC), Playlist (PL) or Single Video (youtube.com/watch?v=%ID%)]]>
</source>
<target>
<![CDATA[ID eines Channels (UC), einer Playlist (PL) oder eines einzelnen Videos (youtube.com/watch?v=%ID%)]]>
</target>
</trans-unit>
<trans-unit
id=
"flexform.layout"
approved=
"yes"
>
<source>
<![CDATA[Layout Style]]>
</source>
<target>
<![CDATA[Layout-Art]]>
</target>
</trans-unit>
<trans-unit
id=
"flexform.layout.default"
approved=
"yes"
>
<source>
<![CDATA[Default]]>
</source>
<target>
<![CDATA[Standard]]>
</target>
</trans-unit>
<trans-unit
id=
"flexform.layout.horizontal"
approved=
"yes"
>
<source>
<![CDATA[List horizontally]]>
</source>
<target>
<![CDATA[Horizontale Auflistung]]>
</target>
</trans-unit>
<trans-unit
id=
"flexform.layout.vertical"
approved=
"yes"
>
<source>
<![CDATA[List vertically]]>
</source>
<target>
<![CDATA[Vertikale Auflistung]]>
</target>
</trans-unit>
<trans-unit
id=
"flexform.maxResults"
approved=
"yes"
>
<source>
<![CDATA[Maximum Amount]]>
</source>
<target>
<![CDATA[Maximale Anzahl]]>
</target>
...
...
Resources/Private/Language/locallang.xlf
View file @
6d7521df
...
...
@@ -32,6 +32,18 @@
<trans-unit
id=
"flexform.id"
>
<source>
<![CDATA[ID of Channel (UC), Playlist (PL) or Single Video (youtube.com/watch?v=%ID%)]]>
</source>
</trans-unit>
<trans-unit
id=
"flexform.layout"
>
<source>
<![CDATA[Layout Style]]>
</source>
</trans-unit>
<trans-unit
id=
"flexform.layout.default"
>
<source>
<![CDATA[Default]]>
</source>
</trans-unit>
<trans-unit
id=
"flexform.layout.horizontal"
>
<source>
<![CDATA[List horizontally]]>
</source>
</trans-unit>
<trans-unit
id=
"flexform.layout.vertical"
>
<source>
<![CDATA[List vertically]]>
</source>
</trans-unit>
<trans-unit
id=
"flexform.maxResults"
>
<source>
<![CDATA[Maximum Amount]]>
</source>
</trans-unit>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment