Skip to content
Snippets Groups Projects
Commit e755362a authored by Kevin von Spiczak's avatar Kevin von Spiczak
Browse files

[TASK] add maxTitleChars & maxDescChars

parent 4b14b213
No related branches found
No related tags found
1 merge request!4[WIP] add 2 new fields to control maxTitleChars & maxDescChars
...@@ -84,10 +84,10 @@ ...@@ -84,10 +84,10 @@
<config> <config>
<type>input</type> <type>input</type>
<size>30</size> <size>30</size>
<default>300</default> <default>0</default>
<eval>trim,int</eval> <eval>trim,int</eval>
<range> <range>
<lower>1</lower> <lower>0</lower>
<upper>999</upper> <upper>999</upper>
</range> </range>
</config> </config>
...@@ -101,10 +101,10 @@ ...@@ -101,10 +101,10 @@
<config> <config>
<type>input</type> <type>input</type>
<size>30</size> <size>30</size>
<default>600</default> <default>0</default>
<eval>trim,int</eval> <eval>trim,int</eval>
<range> <range>
<lower>1</lower> <lower>0</lower>
<upper>999</upper> <upper>999</upper>
</range> </range>
</config> </config>
......
...@@ -141,6 +141,14 @@ ...@@ -141,6 +141,14 @@
<source><![CDATA[Read less]]></source> <source><![CDATA[Read less]]></source>
<target><![CDATA[Weniger]]></target> <target><![CDATA[Weniger]]></target>
</trans-unit> </trans-unit>
<trans-unit id="flexform.maxTitleChars" approved="yes">
<source><![CDATA[Title: Character Limit (respects word boundaries)]]></source>
<target><![CDATA[Titel: Zeichenbegrenzung (berücksichtigt Umbrüche durch Folgeworte)]]></target>
</trans-unit>
<trans-unit id="flexform.maxDescriptionChars" approved="yes">
<source><![CDATA[Description: Character Limit (respects word boundaries)]]></source>
<target><![CDATA[Beschreibung: Zeichenbegrenzung (berücksichtigt Umbrüche durch Folgeworte)]]></target>
</trans-unit>
<trans-unit id="flexform.urlParameters" approved="yes"> <trans-unit id="flexform.urlParameters" approved="yes">
<source><![CDATA[Additional URL parameters (only without Lightbox)]]></source> <source><![CDATA[Additional URL parameters (only without Lightbox)]]></source>
<target><![CDATA[Zusätzliche URL-Parameter (nur ohne Lightbox)]]></target> <target><![CDATA[Zusätzliche URL-Parameter (nur ohne Lightbox)]]></target>
......
...@@ -104,6 +104,12 @@ ...@@ -104,6 +104,12 @@
<trans-unit id="vimeoPluginTitle"> <trans-unit id="vimeoPluginTitle">
<source><![CDATA[Vimeo]]></source> <source><![CDATA[Vimeo]]></source>
</trans-unit> </trans-unit>
<trans-unit id="flexform.maxTitleChars">
<source><![CDATA[Title: Character Limit (respects word-break)]]></source>
</trans-unit>
<trans-unit id="flexform.maxDescriptionChars">
<source><![CDATA[Description: Character Limit (respects word-break)]]></source>
</trans-unit>
<trans-unit id="flexform.urlParameters"> <trans-unit id="flexform.urlParameters">
<source><![CDATA[Additional URL parameters (only without Lightbox)]]></source> <source><![CDATA[Additional URL parameters (only without Lightbox)]]></source>
</trans-unit> </trans-unit>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment