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 @@
<config>
<type>input</type>
<size>30</size>
<default>300</default>
<default>0</default>
<eval>trim,int</eval>
<range>
<lower>1</lower>
<lower>0</lower>
<upper>999</upper>
</range>
</config>
......@@ -101,10 +101,10 @@
<config>
<type>input</type>
<size>30</size>
<default>600</default>
<default>0</default>
<eval>trim,int</eval>
<range>
<lower>1</lower>
<lower>0</lower>
<upper>999</upper>
</range>
</config>
......
......@@ -141,6 +141,14 @@
<source><![CDATA[Read less]]></source>
<target><![CDATA[Weniger]]></target>
</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">
<source><![CDATA[Additional URL parameters (only without Lightbox)]]></source>
<target><![CDATA[Zusätzliche URL-Parameter (nur ohne Lightbox)]]></target>
......
......@@ -104,6 +104,12 @@
<trans-unit id="vimeoPluginTitle">
<source><![CDATA[Vimeo]]></source>
</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">
<source><![CDATA[Additional URL parameters (only without Lightbox)]]></source>
</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