From d7c9c2a801063726b67c32c99b2a175934b68c20 Mon Sep 17 00:00:00 2001 From: FrankZamora Date: Wed, 10 Dec 2025 12:14:54 -0600 Subject: [PATCH] feat(schema): expand ad limits and spacing options - incontent_max_total_ads: add options 16-25 - incontent_min_spacing: add 1 elemento option --- Schemas/adsense-placement.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Schemas/adsense-placement.json b/Schemas/adsense-placement.json index 3df9af38..9a8bc781 100644 --- a/Schemas/adsense-placement.json +++ b/Schemas/adsense-placement.json @@ -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",