[DOCS] Streamline the display of references to PHP class in EXT:form
In some cases, classes are displayed like "TYPO3CMSCoreTypeContextualFeedbackSeverity" as backslashes are neither quoted not enclosed in a ":php:" directive. Where appropriate, we now link to the source code directly instead of just mentioning a class (with ":t3src:)". This is helpful, for example, for the severity enum, when you just want to know the available cases. Additionally, other mentions of PHP classes are now enclosed in a ":php:" directive instead double ticks. Resolves: #101599 Releases: main, 12.4 Change-Id: I2b384e388e6b6544c0a534a2bb23e97bc7c7fc1e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80418 Tested-by:Lina Wolf <112@linawolf.de> Reviewed-by:
Lina Wolf <112@linawolf.de> Tested-by:
core-ci <typo3@b13.com>
Showing
- typo3/sysext/form/Documentation/D/FinisherOptions/Index.rst 2 additions, 2 deletionstypo3/sysext/form/Documentation/D/FinisherOptions/Index.rst
- typo3/sysext/form/Documentation/I/Concepts/Configuration/Index.rst 1 addition, 1 deletion...ext/form/Documentation/I/Concepts/Configuration/Index.rst
- typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/FlashMessage.rst 2 additions, 2 deletions...nfig/proto/finishersDefinition/finishers/FlashMessage.rst
- typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/iconIdentifier.rst 1 addition, 1 deletion...g/proto/finishersDefinition/properties/iconIdentifier.rst
- typo3/sysext/form/Documentation/I/Config/proto/formElements/Index.rst 1 addition, 1 deletion.../form/Documentation/I/Config/proto/formElements/Index.rst
- typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/iconIdentifier.rst 1 addition, 1 deletion...ementTypes/AdvancedPassword/formEditor/iconIdentifier.rst
- typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/iconIdentifier.rst 1 addition, 1 deletion...s/formElementTypes/Checkbox/formEditor/iconIdentifier.rst
- typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/iconIdentifier.rst 1 addition, 1 deletion...ElementTypes/ContentElement/formEditor/iconIdentifier.rst
- typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/iconIdentifier.rst 1 addition, 1 deletion...formElementTypes/DatePicker/formEditor/iconIdentifier.rst
- typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/iconIdentifier.rst 1 addition, 1 deletion...ents/formElementTypes/Email/formEditor/iconIdentifier.rst
- typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/iconIdentifier.rst 1 addition, 1 deletion...s/formElementTypes/Fieldset/formEditor/iconIdentifier.rst
- typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/iconIdentifier.rst 1 addition, 1 deletion...formElementTypes/FileUpload/formEditor/iconIdentifier.rst
- typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/iconIdentifier.rst 1 addition, 1 deletion...ments/formElementTypes/Form/formEditor/iconIdentifier.rst
- typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/iconIdentifier.rst 1 addition, 1 deletion...ts/formElementTypes/GridRow/formEditor/iconIdentifier.rst
- typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/iconIdentifier.rst 1 addition, 1 deletion...nts/formElementTypes/Hidden/formEditor/iconIdentifier.rst
- typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/iconIdentifier.rst 1 addition, 1 deletion...ormElementTypes/ImageUpload/formEditor/iconIdentifier.rst
- typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/iconIdentifier.rst 1 addition, 1 deletion...mElementTypes/MultiCheckbox/formEditor/iconIdentifier.rst
- typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/iconIdentifier.rst 1 addition, 1 deletion...ormElementTypes/MultiSelect/formEditor/iconIdentifier.rst
- typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/iconIdentifier.rst 1 addition, 1 deletion...nts/formElementTypes/Number/formEditor/iconIdentifier.rst
- typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/iconIdentifier.rst 1 addition, 1 deletion...ments/formElementTypes/Page/formEditor/iconIdentifier.rst
Please register or sign in to comment