FriendsOfTYPO3 / extension_builder

TYPO3 extension to kickstart and maintain TYPO3 extensions
https://docs.typo3.org/p/friendsoftypo3/extension-builder/11.0/en-us/
GNU General Public License v2.0
113 stars 80 forks source link

[BUGFIX] Uniform property field naming and extension identifiers #781

Closed ErHaWeb closed 2 months ago

ErHaWeb commented 5 months ago

This patch ensures that all fields that can occur in properties are written in the same way. In this way, the values are retained when saving and reloading, for example.

In addition, it has been ensured that the extension identifiers expected by the system or recommended in the documentation are used, for example to correct the output of the custom CType.

PKuhlmay commented 5 months ago

Note for me:

The following configurations in ExtensionBuilder.json must be changed.

/modules/0/value/relationGroup/relations/0/propertyIsExcludeField -> excludeField

See: Classes/Configuration/ExtensionBuilderConfigurationManager.php