feat(schema): expand ad limits and spacing options
- incontent_max_total_ads: add options 16-25 - incontent_min_spacing: add 1 elemento option
This commit is contained in:
@@ -236,7 +236,7 @@
|
||||
"label": "Maximo total de ads",
|
||||
"default": "8",
|
||||
"editable": true,
|
||||
"options": ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15"],
|
||||
"options": ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25"],
|
||||
"description": "Cantidad maxima de anuncios in-content por post"
|
||||
},
|
||||
"incontent_min_spacing": {
|
||||
@@ -245,6 +245,7 @@
|
||||
"default": "3",
|
||||
"editable": true,
|
||||
"options": {
|
||||
"1": "1 elemento",
|
||||
"2": "2 elementos",
|
||||
"3": "3 elementos",
|
||||
"4": "4 elementos",
|
||||
|
||||
Reference in New Issue
Block a user