The palette definition "url" and the field definition "trim title" are missing, therefore requiring the base attribute.
Metapalette definition of palette "url" does not exist
@authors in touched PHP files
Should I? 🤔
We had agreed in one of the Mumble calls that there should be (if possible) no dependency between the attributes.
At the moment this is not so easy due to keys with the same names and has to be implemented cleaner in MM 3.0.
See if there is a way without the dependency.
See if there is a way without the dependency.
We can duplicate the dca definition https://github.com/MetaModels/attribute_url/blob/0da42045f8221d753b10559aabf15cd5f4e5698f/src/Resources/contao/dca/tl_metamodel_attribute.php#L30-L40
We can duplicate the dca definition
this may be the better way - in my opinion a dependency was only necessary for translated_files because of the manual sorting
... schönen Männertach auch :D
I think I am with @zonky2 on this one. It might be better to duplicate the definition.
We have to split all the stuff up for MM3.0 for sure, so that they are independent from each other.