What's Changed
The Database Analyzer will most probably want to remove some fields. This is fine and intended! The only thing you
should look out for is the constellation: Collection with foreign_table set. If you want to be able to reuse the
referenced table in more than one table or field (within the same Content Block), you should add the options
shareAcrossTables and shareAcrossFields to the Collection field respectively.
- [!!!] Option
alternativeSqlremoved. Please use ext_tables.sql overrides instead. - [!!! FEATURE] New options
shareAcrossTablesandshareAcrossFields. - [FEATURE] Language Generator Command
- [FEATURE] List Content Blocks command
- [FEATURE] ResourceViewHelper
- [FEATURE] Removed
aggregateRootoption. This will be detected automatically. - [FEATURE] Allow alternative table name for local Collections
- [FEATURE] Only add workspaces fields if EXT:workspaces is installed.
- [FEATURE]
titleanddescriptioncan now be also set in EditorInterface.yaml - [BUGFIX] Allow string for displayCond #58
And many more bugfixes, refactoring and documentation improvements.