2020-09-26 15:52:20 -04:00

41 lines
3.0 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"$schema": "https://developer.microsoft.com/json-schemas/sp/site-design-script-actions.schema.json",
"actions": [
{
"verb": "createSPList",
"listName": "World Clock",
"templateType": 100,
"subactions": [
{
"verb": "addSPFieldXml",
"schemaXml": "<Field DisplayName=\"GMTValues\" Format=\"Dropdown\" MaxLength=\"255\" Name=\"GMTValues\" Title=\"GMTValues\" Type=\"Text\" ID=\"{a9e9b617-6972-4421-86a1-bb6169dd70b4}\" StaticName=\"GMTValues\" />"
},
{
"verb": "addSPFieldXml",
"schemaXml": "<Field DisplayName=\"ListOrder\" Format=\"Dropdown\" Name=\"ListOrder\" Percentage=\"FALSE\" Title=\"ListOrder\" Type=\"Number\" ID=\"{e5d6b8f5-c1dd-4282-aefa-92489cdde244}\" StaticName=\"ListOrder\" />"
},
{
"verb": "addSPFieldXml",
"schemaXml": "<Field DisplayName=\"IsActive\" Format=\"Dropdown\" Name=\"IsActive\" Title=\"IsActive\" Type=\"Boolean\" ID=\"{92217f35-17cb-4ae8-aaa9-78a4697ff49a}\" StaticName=\"IsActive\"><Default>1</Default></Field>"
},
{
"verb": "addSPView",
"name": "All Items",
"viewFields": [
"LinkTitle",
"GMTValues",
"ListOrder",
"IsActive"
],
"query": "",
"rowLimit": 30,
"isPaged": true,
"makeDefault": true,
"formatterJSON": "",
"replaceViewFields": true
}
]
}
]
}