PluginProbe
Visual Composer Website Builder / 45.16.2
Visual Composer Website Builder v45.16.2
45.16.2 45.16.1 45.2-beta.1 45.2-beta.2 45.2.0 45.3-beta.1 45.3.0 45.4-beta.1 45.4.0 45.4.1 45.4.1-beta.2 45.5-beta.1 45.5.0 45.6-beta.1 45.6.0 45.7-beta.1 45.7.0 45.8-beta.1 45.8.0 45.9.0 trunk 45.0 45.0-beta.1 45.0.1 45.1-beta.1 All 40 releases
visualcomposer / elements / basicButton / manifest.json

manifest.json in Visual Composer Website Builder 45.16.2, at elements/basicButton/manifest.json

20 lines 445 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "elements": {
3 "basicButton": {
4 "settings": {
5 "name": "Basic Button",
6 "metaThumbnailUrl": "[publicPath]/thumbnail-basic-button.png",
7 "metaPreviewUrl": "[publicPath]/preview-basic-button.png",
8 "metaDescription": "Basic flat style button with hover effect to catch visitor's attention."
9 }
10 }
11 },
12 "categories": {
13 "Button": {
14 "elements": [
15 "basicButton"
16 ]
17 }
18 }
19 }
20