PluginProbe
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News / 4.0.7
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News v4.0.7
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 2.3.5 2.3.6 2.4.0 2.4.1 2.4.10 2.4.11 2.4.12 2.4.13 2.4.14 2.4.15 2.4.16 2.4.17 2.4.18 2.4.19 2.4.2 2.4.20 2.4.21 All 88 releases
post-carousel / src / divi-5 / module.json

module.json in Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News 4.0.7, at src/divi-5/module.json

128 lines 2.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "spsp/divi5-smart-post-show",
3 "d4Shortcode": "et_pb_smart_post_show_pro",
4 "title": "Smart Post Show",
5 "titles": "Smart Post Show Modules",
6 "category": "module",
7 "moduleIcon": "spsp/smart-post-show",
8 "moduleClassName": "spsp_divi5_smart_post_show",
9 "moduleOrderClassName": "spsp_divi5_smart_post_show",
10 "attributes": {
11 "module": {
12 "type": "object",
13 "selector": "{{selector}}",
14 "default": {
15 "meta": {
16 "adminLabel": {
17 "desktop": {
18 "value": "Smart Post Show Pro"
19 }
20 }
21 }
22 },
23 "settings": {
24 "meta": {
25 "adminLabel": {}
26 },
27 "decoration": {
28 "layout": {},
29 "background": {},
30 "sizing": {},
31 "spacing": {},
32 "border": {},
33 "boxShadow": {},
34 "filters": {},
35 "transform": {},
36 "animation": {},
37 "overflow": {},
38 "disabledOn": {},
39 "transition": {},
40 "position": {},
41 "zIndex": {},
42 "scroll": {},
43 "sticky": {}
44 }
45 }
46 },
47 "templateId": {
48 "type": "object",
49 "default": {
50 "innerContent": {
51 "desktop": {
52 "value": "0"
53 }
54 }
55 },
56 "settings": {
57 "innerContent": {
58 "groupType": "group-items",
59 "items": {
60 "templateIdInnerContent": {
61 "groupSlug": "mainContent",
62 "attrName": "templateId.innerContent",
63 "label": "Saved Template",
64 "description": "Select a saved template",
65 "priority": 10,
66 "render": true,
67 "features": {
68 "sticky": false,
69 "responsive": false,
70 "hover": false,
71 "dynamicContent": false
72 },
73 "component": {
74 "type": "field",
75 "name": "divi/select",
76 "props": {
77 "defaultValue": "0",
78 "options": {
79 "0": {
80 "label": "- Select Template -"
81 }
82 }
83 }
84 }
85 }
86 }
87 }
88 }
89 }
90 },
91 "settings": {
92 "groups": {
93 "mainContent": {
94 "panel": "content",
95 "priority": 10,
96 "groupName": "mainContent",
97 "multiElements": true,
98 "component": {
99 "name": "divi/composite",
100 "props": {
101 "groupLabel": "Settings"
102 }
103 }
104 }
105 }
106 },
107 "placeholderContent": {
108 "module": {
109 "decoration": {
110 "background": {
111 "desktop": {
112 "value": {
113 "color": "transparent"
114 }
115 }
116 }
117 }
118 },
119 "templateId": {
120 "innerContent": {
121 "desktop": {
122 "value": "0"
123 }
124 }
125 }
126 }
127 }
128