update theme_manifest.json to allow for author of type object

pull/78/head
dperolio 3 years ago
parent 4de39d3201
commit 293a078d03

@ -23,7 +23,7 @@
{
"prop": "author",
"types": [
"string"
"string", "object"
],
"type": "required"
},
@ -66,4 +66,4 @@
"type": "optional",
"validate": "_validateSettings"
}
]
]

Loading…
Cancel
Save