- Issue created by @justcaldwell
π Remove epp default dependency in all fields config sync files Fixed corrects the creation of 'empty' EPP config data and unneeded dependency. Now we need to clean up existing 'empty' data, eg:
dependencies:
...
module:
- epp
...
third_party_settings:
epp:
value: ''
on_update: 0
Implement an update hook to remove EPP third_party_settings and dependency where both value
and on_update
are empty/false in field config items.
Active
1.0
Code