@geekron/strapi 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/server/index.js +25 -0
- package/dist/server/index.mjs +25 -0
- package/package.json +1 -1
package/dist/server/index.js
CHANGED
|
@@ -302,6 +302,26 @@ var schema_default4 = {
|
|
|
302
302
|
}
|
|
303
303
|
},
|
|
304
304
|
attributes: {
|
|
305
|
+
logo: {
|
|
306
|
+
type: "component",
|
|
307
|
+
pluginOptions: {
|
|
308
|
+
i18n: {
|
|
309
|
+
localized: true
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
component: "base.image",
|
|
313
|
+
repeatable: false
|
|
314
|
+
},
|
|
315
|
+
icon: {
|
|
316
|
+
type: "component",
|
|
317
|
+
pluginOptions: {
|
|
318
|
+
i18n: {
|
|
319
|
+
localized: true
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
component: "base.image",
|
|
323
|
+
repeatable: false
|
|
324
|
+
},
|
|
305
325
|
styles: {
|
|
306
326
|
type: "text",
|
|
307
327
|
pluginOptions: {
|
|
@@ -707,6 +727,11 @@ var banner_default = {
|
|
|
707
727
|
},
|
|
708
728
|
description: {
|
|
709
729
|
type: "string"
|
|
730
|
+
},
|
|
731
|
+
image: {
|
|
732
|
+
type: "component",
|
|
733
|
+
component: "base.image",
|
|
734
|
+
repeatable: false
|
|
710
735
|
}
|
|
711
736
|
}
|
|
712
737
|
};
|
package/dist/server/index.mjs
CHANGED
|
@@ -267,6 +267,26 @@ var schema_default4 = {
|
|
|
267
267
|
}
|
|
268
268
|
},
|
|
269
269
|
attributes: {
|
|
270
|
+
logo: {
|
|
271
|
+
type: "component",
|
|
272
|
+
pluginOptions: {
|
|
273
|
+
i18n: {
|
|
274
|
+
localized: true
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
component: "base.image",
|
|
278
|
+
repeatable: false
|
|
279
|
+
},
|
|
280
|
+
icon: {
|
|
281
|
+
type: "component",
|
|
282
|
+
pluginOptions: {
|
|
283
|
+
i18n: {
|
|
284
|
+
localized: true
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
component: "base.image",
|
|
288
|
+
repeatable: false
|
|
289
|
+
},
|
|
270
290
|
styles: {
|
|
271
291
|
type: "text",
|
|
272
292
|
pluginOptions: {
|
|
@@ -672,6 +692,11 @@ var banner_default = {
|
|
|
672
692
|
},
|
|
673
693
|
description: {
|
|
674
694
|
type: "string"
|
|
695
|
+
},
|
|
696
|
+
image: {
|
|
697
|
+
type: "component",
|
|
698
|
+
component: "base.image",
|
|
699
|
+
repeatable: false
|
|
675
700
|
}
|
|
676
701
|
}
|
|
677
702
|
};
|