Fixes schema for ad_entity.settings, ad_entity_adtech_v2, ad_entity_adtech and ad_entity_dfp.
1 unresolved thread
Closes #3450687
Merge request reports
Activity
Filter activity
111 function ad_entity_adtech_config_schema_info_alter(&$definitions) { 112 $definitions['ad_entity.settings']['mapping']['adtech_factory'] = [ 113 'type' => 'mapping', 114 'label' => 'Global settings for the AdTech Factory type.', 115 'mapping' => [ 116 'library_source' => [ 117 'type' => 'string', 118 'label' => 'Library source', 119 ], 120 'page_targeting' => [ 121 'type' => 'ignore', 122 'label' => 'Default pairs of key-values for targeting on the page', 123 ], 124 ], 125 ]; 126 } added 1 commit
- fbdba52b - Fix more schema issues and ensure module uninstall does not break schema
added 5 commits
-
efeef6c1 - 1 commit from branch
project:8.x-1.x
- d67b15fe - Fixes schema for ad_entity.settings, ad_entity_adtech_v2, ad_entity_adtech and ad_entity_dfp.
- 44460828 - Fix more schema issues and ensure module uninstall does not break schema
- 0bf97fdc - Remove comments that do not add much
- 7949e868 - Fix fallback sub-module too
Toggle commit list-
efeef6c1 - 1 commit from branch
Please register or sign in to reply