Skip to content
Snippets Groups Projects

Fixes schema for ad_entity.settings, ad_entity_adtech_v2, ad_entity_adtech and ad_entity_dfp.

Merged Miha Wagner requested to merge issue/ad_entity-3450687:3450687-fix-schema-for into 8.x-1.x
1 unresolved thread

Closes #3450687

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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 }
  • Alex Pott added 1 commit

    added 1 commit

    • fbdba52b - Fix more schema issues and ensure module uninstall does not break schema

    Compare with previous version

  • Alex Pott added 1 commit

    added 1 commit

    • e4b7be4d - Remove comments that do not add much

    Compare with previous version

  • Alex Pott added 1 commit

    added 1 commit

    Compare with previous version

  • Daniel Bosen added 5 commits

    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

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading