diff --git a/typo3/sysext/core/Configuration/TCA/pages.php b/typo3/sysext/core/Configuration/TCA/pages.php index 1b3689ecc5cc3b72959942fcece871c9efcf8269..cfc42c635b5078f8811fbe231d0f7ecc2c0e1521 100644 --- a/typo3/sysext/core/Configuration/TCA/pages.php +++ b/typo3/sysext/core/Configuration/TCA/pages.php @@ -950,7 +950,7 @@ return [ --palette--;;access, --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:categories, categories, - --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:extended, + --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:extended, ' ], // mount page diff --git a/typo3/sysext/form/Documentation/Config/formManager/Index.rst b/typo3/sysext/form/Documentation/Config/formManager/Index.rst index 0c618087a5398aac22ce306eac1ac90d7a7cac6c..82a98081010a5a3c72f7be6bb69656af3e037695 100644 --- a/typo3/sysext/form/Documentation/Config/formManager/Index.rst +++ b/typo3/sysext/form/Documentation/Config/formManager/Index.rst @@ -127,7 +127,7 @@ translationFile :aspect:`Good to know` :ref:`Translate "Start template" options<concepts-formmanager-translation-starttemplate>` - + :aspect:`Description` The translation file(s) which should be used to translate parts of the form manager. diff --git a/typo3/sysext/form/Documentation/Config/proto/finishersDefinition/Index.rst b/typo3/sysext/form/Documentation/Config/proto/finishersDefinition/Index.rst index a2e99eed5ecb38f0d3f37861ff2aba38857c31b2..41b3f97b7e4bed18547ddd367e0e8a3157721239 100644 --- a/typo3/sysext/form/Documentation/Config/proto/finishersDefinition/Index.rst +++ b/typo3/sysext/form/Documentation/Config/proto/finishersDefinition/Index.rst @@ -346,7 +346,7 @@ FormEngine.label :aspect:`Good to know` - :ref:`"Translate form plugin settings"<concepts-formplugin-translation-formengine>` - + :aspect:`Description` .. include:: properties/formEngine/label.rst diff --git a/typo3/sysext/form/Documentation/Config/proto/formEditor/Index.rst b/typo3/sysext/form/Documentation/Config/proto/formEditor/Index.rst index 1e934cfa9cd042bcf8996b6b59e77b34813d9fad..d90d2f16a0381510e40ebca431983d9b16c607df 100644 --- a/typo3/sysext/form/Documentation/Config/proto/formEditor/Index.rst +++ b/typo3/sysext/form/Documentation/Config/proto/formEditor/Index.rst @@ -177,7 +177,7 @@ dynamicRequireJsModules.additionalViewModelModules - :ref:`"Register custom JavaScript modules"<concepts-formeditor-basicjavascriptconcepts-registercustomjavascriptmodules>` :aspect:`Description` - Array with RequireJS paths for custom JavaScript modules. + Array with RequireJS paths for custom JavaScript modules. .. _typo3.cms.form.prototypes.<prototypeidentifier>.formeditor.addinlinesettings: @@ -659,7 +659,7 @@ formElementGroups - :ref:`"TYPO3.CMS.Form.prototypes.\<prototypeIdentifier>.formElementsDefinition.ContentElement.formEditor.group"<typo3.cms.form.prototypes.\<prototypeIdentifier>.formelementsdefinition.contentelement.formeditor.group>` - :ref:`"TYPO3.CMS.Form.prototypes.\<prototypeIdentifier>.formElementsDefinition.DatePicker.formEditor.group"<typo3.cms.form.prototypes.\<prototypeIdentifier>.formelementsdefinition.datepicker.formeditor.group>` - :ref:`"TYPO3.CMS.Form.prototypes.\<prototypeIdentifier>.formElementsDefinition.Textarea.formEditor.group"<typo3.cms.form.prototypes.\<prototypeIdentifier>.formelementsdefinition.textarea.formeditor.group>` - + :aspect:`Good to know` - :ref:`"Form editor"<concepts-formeditor>` diff --git a/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/InspectorComponent.js b/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/InspectorComponent.js index dcdc00450fe8735a3dd5b4bd0956ce89c646272e..d4d843cc44320bfc67c9ddc65fc13930ba4abe25 100644 --- a/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/InspectorComponent.js +++ b/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/InspectorComponent.js @@ -615,7 +615,7 @@ define(['jquery', setFormValueFromBrowseWin = function(fieldReference, elValue, elName) { var result; result = elValue.split('_'); - + $(getHelper().getDomElementDataAttribute('contentElementSelectorTarget', 'bracesWithKeyValue', [fieldReference])) .val(result.pop()) .trigger('paste'); @@ -2009,7 +2009,7 @@ define(['jquery', assert('object' === $.type(editorHtml), 'Invalid parameter "editorHtml"', 1475412564); if (getUtility().isUndefinedOrNull(collectionElementIdentifier)) { - + $('button', $(editorHtml)) .addClass( getHelper().getDomElementClassName('buttonFormElementRemove') + ' ' + @@ -2171,7 +2171,7 @@ define(['jquery', return $('<span></span>').text((formElement.get('label') ? formElement.get('label') - : formElement.get('identifier'))); + : formElement.get('identifier'))); }; /** diff --git a/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/ModalsComponent.js b/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/ModalsComponent.js index ce08eb9807c36f617ca16b3700609f90f10da107..9030bd1f72f41093c13ed4b8b50f6f39c0d24172 100644 --- a/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/ModalsComponent.js +++ b/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/ModalsComponent.js @@ -347,7 +347,7 @@ define(['jquery', return $('<span></span>').text((formElement.get('label') ? formElement.get('label') - : formElement.get('identifier'))); + : formElement.get('identifier'))); }; /* ************************************************************* diff --git a/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/StageComponent.js b/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/StageComponent.js index fb0c139788450a5b033640bc8ef6062281159e37..793c1499325ee48d2a0bdd84c8449f86131ec655 100644 --- a/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/StageComponent.js +++ b/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/StageComponent.js @@ -808,7 +808,7 @@ define(['jquery', } else { selectedFormElementDomElement.prepend(createAbstractViewFormElementToolbar(formElement)); } - + }; /** @@ -1032,7 +1032,7 @@ define(['jquery', collectionElementConfiguration = getFormEditorApp() .getFormEditorDefinition('validators', validators[i]['identifier']); rowTemplate = $($(validatorsTemplateContent).clone()); - + getHelper() .getTemplatePropertyDomElement('_label', rowTemplate) .append(collectionElementConfiguration['label']); diff --git a/typo3/sysext/linkvalidator/Documentation/Settings.cfg b/typo3/sysext/linkvalidator/Documentation/Settings.cfg index bdd15ddbabc4102665da96722459a2051b929de1..a1b8e69ee6724c5619dd6222d078771b5a708bee 100644 --- a/typo3/sysext/linkvalidator/Documentation/Settings.cfg +++ b/typo3/sysext/linkvalidator/Documentation/Settings.cfg @@ -12,9 +12,9 @@ description = This is the documentation of TYPO3's system internal, external and file links. Timed checks can be configured with TYPO3's 'scheduler' extension. Linkvalidator can send status mails, for example when broken links are detected. - + [html_theme_options] - + # Add 'Edit me on Github' button github_branch = master github_repository = TYPO3/TYPO3.CMS @@ -23,4 +23,4 @@ path_to_documentation_dir = typo3/sysext/linkvalidator/Documentation # show as related links project_issues = https://forge.typo3.org/projects/typo3cms-core/issues project_repository = https://git.typo3.org/Packages/TYPO3.CMS.git - + diff --git a/typo3/sysext/saltedpasswords/Documentation/Settings.cfg b/typo3/sysext/saltedpasswords/Documentation/Settings.cfg index 9b5f54935d031799535c63c2cba6c4eeefd031d1..8cd4f421e22c688769abc5666bc177b3d06db225 100644 --- a/typo3/sysext/saltedpasswords/Documentation/Settings.cfg +++ b/typo3/sysext/saltedpasswords/Documentation/Settings.cfg @@ -11,7 +11,7 @@ description = This is the documentation of TYPO3's system framework with integration into system extension 'felogin'. Important: Read all of this manual and use SSL or 'ext:rsaauth' for secure data transmission. - + [html_theme_options]