add custom field twingle_campaign_cid to TwingleCampaign

This commit is contained in:
Marc Michalsky forumZFD 2021-02-10 18:10:10 +01:00
parent 34bf53b51b
commit b7fc25291e
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9

View file

@ -426,6 +426,19 @@
"is_view": 1, "is_view": 1,
"weight": 1 "weight": 1
}, },
"twingle_campaign_cid": {
"custom_group_id": "Twingle_Campaign_Information",
"label": "Twingle Campaign CID",
"name": "twingle_campaign_cid",
"is_required": 0,
"is_searchable": 0,
"data_type": "Memo",
"html_type": "Text",
"text_length": 32,
"is_active": 1,
"is_view": 1,
"weight": 2
},
"twingle_campaign_url": { "twingle_campaign_url": {
"custom_group_id": "Twingle_Campaign_Information", "custom_group_id": "Twingle_Campaign_Information",
"label": "Twingle Campaign URL", "label": "Twingle Campaign URL",
@ -437,7 +450,7 @@
"text_length": 600, "text_length": 600,
"is_active": 1, "is_active": 1,
"is_view": 1, "is_view": 1,
"weight": 2 "weight": 3
} }
} }
} }