Updated sample.json to support preview metadata
This commit is contained in:
parent
e34fa43383
commit
28ab34a102
|
@ -13,6 +13,14 @@
|
||||||
"products": [
|
"products": [
|
||||||
"SharePoint"
|
"SharePoint"
|
||||||
],
|
],
|
||||||
|
"preview": {
|
||||||
|
"label": "Click here for preview",
|
||||||
|
"url": "https://www.something.com/",
|
||||||
|
"settings": {
|
||||||
|
"oneCustomSetting": "OneCustomCustomValue",
|
||||||
|
"anotherCustomSetting": "AnotherCustomCustomValue"
|
||||||
|
}
|
||||||
|
},
|
||||||
"metadata": [
|
"metadata": [
|
||||||
{
|
{
|
||||||
"key": "CLIENT-SIDE-DEV",
|
"key": "CLIENT-SIDE-DEV",
|
||||||
|
|
Loading…
Reference in New Issue