|
1917 | 1917 | "deliverySettings": {
|
1918 | 1918 | "title": "Delivery Settings",
|
1919 | 1919 | "type": "object",
|
1920 |
| - "required": ["title", "description"], |
1921 | 1920 | "properties": {
|
1922 | 1921 | "title": {
|
1923 | 1922 | "title": "Delivery section title",
|
1924 |
| - "type": "string", |
1925 |
| - "default": "Delivery" |
| 1923 | + "description": "[Deprecated] Use the fields from the Settings tab in Global Sections", |
| 1924 | + "type": "string" |
1926 | 1925 | },
|
1927 | 1926 | "description": {
|
1928 | 1927 | "title": "Delivery section description",
|
1929 |
| - "type": "string", |
1930 |
| - "default": "Offers and delivery options vary based on region." |
| 1928 | + "description": "[Deprecated] Use the fields from the Settings tab in Global Sections", |
| 1929 | + "type": "string" |
1931 | 1930 | },
|
1932 | 1931 | "setLocationButtonLabel": {
|
1933 | 1932 | "title": "Call to Action label",
|
1934 |
| - "type": "string", |
1935 |
| - "default": "Set Location" |
| 1933 | + "description": "[Deprecated] Use the fields from the Settings tab in Global Sections", |
| 1934 | + "type": "string" |
1936 | 1935 | },
|
1937 | 1936 | "deliveryCustomLabels": {
|
1938 | 1937 | "title": "Delivery Custom labels",
|
1939 | 1938 | "type": "object",
|
1940 | 1939 | "properties": {
|
1941 | 1940 | "delivery": {
|
1942 | 1941 | "title": "Shipping label",
|
1943 |
| - "type": "string", |
1944 |
| - "default": "Shipping to" |
| 1942 | + "description": "[Deprecated] Use the fields from the Settings tab in Global Sections", |
| 1943 | + "type": "string" |
1945 | 1944 | },
|
1946 | 1945 | "pickupInPoint": {
|
1947 | 1946 | "title": "Pickup in point label",
|
1948 |
| - "type": "string", |
1949 |
| - "default": "Pickup at" |
| 1947 | + "description": "[Deprecated] Use the fields from the Settings tab in Global Sections", |
| 1948 | + "type": "string" |
1950 | 1949 | },
|
1951 | 1950 | "pickupNearby": {
|
1952 | 1951 | "title": "Pickup Nearby label",
|
1953 |
| - "type": "string", |
1954 |
| - "default": "Pickup Nearby" |
| 1952 | + "description": "[Deprecated] Use the fields from the Settings tab in Global Sections", |
| 1953 | + "type": "string" |
1955 | 1954 | },
|
1956 | 1955 | "pickupAll": {
|
1957 | 1956 | "title": "Pickup Anywhere label",
|
1958 |
| - "type": "string", |
1959 |
| - "default": "Pickup Anywhere" |
| 1957 | + "description": "[Deprecated] Use the fields from the Settings tab in Global Sections", |
| 1958 | + "type": "string" |
1960 | 1959 | }
|
1961 | 1960 | }
|
1962 | 1961 | }
|
|
2267 | 2266 | "properties": {
|
2268 | 2267 | "label": {
|
2269 | 2268 | "title": "Input field label",
|
2270 |
| - "type": "string", |
2271 |
| - "default": "Postal Code" |
| 2269 | + "description": "[Deprecated] Use the fields from the Settings tab in Global Sections", |
| 2270 | + "type": "string" |
2272 | 2271 | },
|
2273 | 2272 | "errorMessage": {
|
2274 | 2273 | "title": "Input field error message",
|
2275 |
| - "type": "string", |
2276 |
| - "default": "You entered an invalid Postal Code" |
| 2274 | + "description": "[Deprecated] Use the fields from the Settings tab in Global Sections", |
| 2275 | + "type": "string" |
2277 | 2276 | },
|
2278 | 2277 | "noProductsAvailableErrorMessage": {
|
2279 | 2278 | "title": "Input field error message for the scenario of no products available for a given location",
|
2280 |
| - "type": "string", |
2281 |
| - "default": "There are no products available for %s.", |
2282 |
| - "description": "The '%s' will be replaced by the postal code value." |
| 2279 | + "description": "[Deprecated] Use the fields from the Settings tab in Global Sections The '%s' is replaced by the postal code value.", |
| 2280 | + "type": "string" |
2283 | 2281 | },
|
2284 | 2282 | "buttonActionText": {
|
2285 | 2283 | "title": "Input field action button label",
|
2286 |
| - "type": "string", |
2287 |
| - "default": "Apply" |
| 2284 | + "description": "[Deprecated] Use the fields from the Settings tab in Global Sections", |
| 2285 | + "type": "string" |
2288 | 2286 | }
|
2289 | 2287 | }
|
2290 | 2288 | },
|
|
2295 | 2293 | "text": {
|
2296 | 2294 | "type": "string",
|
2297 | 2295 | "title": "Link Text",
|
2298 |
| - "default": "I don't know my Postal Code" |
| 2296 | + "description": "[Deprecated] Use the fields from the Settings tab in Global Sections" |
2299 | 2297 | },
|
2300 | 2298 | "to": {
|
2301 | 2299 | "type": "string",
|
2302 |
| - "title": "Action link" |
| 2300 | + "title": "Action link", |
| 2301 | + "description": "[Deprecated] Use the fields from the Settings tab in Global Sections" |
2303 | 2302 | },
|
2304 | 2303 | "icon": {
|
2305 | 2304 | "title": "Icon",
|
2306 | 2305 | "type": "object",
|
2307 | 2306 | "properties": {
|
2308 | 2307 | "icon": {
|
2309 | 2308 | "title": "Icon",
|
| 2309 | + "description": "[Deprecated] Use the fields from the Settings tab in Global Sections", |
2310 | 2310 | "type": "string",
|
2311 | 2311 | "enumNames": ["Arrow Square Out"],
|
2312 |
| - "enum": ["ArrowSquareOut"], |
2313 |
| - "default": "ArrowSquareOut" |
| 2312 | + "enum": ["ArrowSquareOut"] |
2314 | 2313 | },
|
2315 | 2314 | "alt": {
|
2316 | 2315 | "title": "Alternative Label",
|
2317 |
| - "type": "string", |
2318 |
| - "default": "Arrow Square Out icon" |
| 2316 | + "description": "[Deprecated] Use the fields from the Settings tab in Global Sections", |
| 2317 | + "type": "string" |
2319 | 2318 | }
|
2320 | 2319 | }
|
2321 | 2320 | }
|
|
2348 | 2347 | "properties": {
|
2349 | 2348 | "label": {
|
2350 | 2349 | "title": "Input field label",
|
2351 |
| - "type": "string", |
2352 |
| - "default": "Postal Code" |
| 2350 | + "description": "[Deprecated] Use the fields from the Settings tab in Global Sections", |
| 2351 | + "type": "string" |
2353 | 2352 | },
|
2354 | 2353 | "errorMessage": {
|
2355 | 2354 | "title": "Input field error message",
|
2356 |
| - "type": "string", |
2357 |
| - "default": "You entered an invalid Postal Code" |
| 2355 | + "description": "[Deprecated] Use the fields from the Settings tab in Global Sections", |
| 2356 | + "type": "string" |
2358 | 2357 | },
|
2359 | 2358 | "noProductsAvailableErrorMessage": {
|
2360 | 2359 | "title": "Input field error message for the scenario of no products available for a given location",
|
2361 |
| - "type": "string", |
2362 |
| - "default": "There are no products available for %s.", |
2363 |
| - "description": "The '%s' will be replaced by the postal code value." |
| 2360 | + "description": "[Deprecated] Use the fields from the Settings tab in Global Sections The '%s' is replaced by the postal code value.", |
| 2361 | + "type": "string" |
2364 | 2362 | },
|
2365 | 2363 | "buttonActionText": {
|
2366 | 2364 | "title": "Input field action button label",
|
2367 |
| - "type": "string", |
2368 |
| - "default": "Apply" |
| 2365 | + "description": "[Deprecated] Use the fields from the Settings tab in Global Sections", |
| 2366 | + "type": "string" |
2369 | 2367 | }
|
2370 | 2368 | }
|
2371 | 2369 | },
|
|
2393 | 2391 | "text": {
|
2394 | 2392 | "type": "string",
|
2395 | 2393 | "title": "Link Text",
|
2396 |
| - "default": "I don't know my Postal Code" |
| 2394 | + "description": "[Deprecated] Use the fields from the Settings tab in Global Sections" |
2397 | 2395 | },
|
2398 | 2396 | "to": {
|
2399 | 2397 | "type": "string",
|
2400 |
| - "title": "Action link" |
| 2398 | + "title": "Action link", |
| 2399 | + "description": "[Deprecated] Use the fields from the Settings tab in Global Sections" |
2401 | 2400 | },
|
2402 | 2401 | "icon": {
|
2403 | 2402 | "title": "Icon",
|
2404 | 2403 | "type": "object",
|
2405 | 2404 | "properties": {
|
2406 | 2405 | "icon": {
|
2407 | 2406 | "title": "Icon",
|
| 2407 | + "description": "[Deprecated] Use the fields from the Settings tab in Global Sections", |
2408 | 2408 | "type": "string",
|
2409 | 2409 | "enumNames": ["Arrow Square Out"],
|
2410 |
| - "enum": ["ArrowSquareOut"], |
2411 |
| - "default": "ArrowSquareOut" |
| 2410 | + "enum": ["ArrowSquareOut"] |
2412 | 2411 | },
|
2413 | 2412 | "alt": {
|
2414 | 2413 | "title": "Alternative Label",
|
2415 |
| - "type": "string", |
2416 |
| - "default": "Arrow Square Out icon" |
| 2414 | + "description": "[Deprecated] Use the fields from the Settings tab in Global Sections", |
| 2415 | + "type": "string" |
2417 | 2416 | }
|
2418 | 2417 | }
|
2419 | 2418 | }
|
|
0 commit comments