- 🇩🇪Germany Anybody Porta Westfalica
@bgilhome really nice work and cleanup! Could you maybe turn this into a MR instead of a patch to proceed more easily?
The current hooks for node/term bundles can be condensed into a single hook using hook_form_alter() and an array of IDs to alter. Similarly the code in the validator can use core methods to be made generic without needing a switch(). This makes it easy to add support for new entity types.
Attached patch makes the form alter and field validator generic, and adds support for Media types.
Add an install file and update hook to convert old config schema re: taxonomy to new format - i.e. convert all unique_entity_title.settings.${vocab_name}_taxonomy_unique values to third-party settings on taxonomy.vocabulary.${vocab_name}
Needs work
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
@bgilhome really nice work and cleanup! Could you maybe turn this into a MR instead of a patch to proceed more easily?