PluginProbe
Fixed Bottom Menu / trunk
Fixed Bottom Menu vtrunk
trunk 1.00 1.01 1.02 1.03 1.04 1.12 1.13 1.14 1.15 1.16 1.17 1.18 1.19 1.20 1.21 1.22 1.23 1.24 1.25 1.26 1.27 1.28 1.29 1.30 All 41 releases
fixed-bottom-menu / template / templates.json

templates.json in Fixed Bottom Menu trunk, at template/templates.json

83 lines 2.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "templates": [
3 {
4 "slug": "default",
5 "name": "Default template",
6 "description" : "This is default template. Display at the bottom.",
7 "version": "1.02",
8 "author": "Katsushi Kawamori",
9 "author_link": "https://profiles.wordpress.org/katsushi-kawamori/",
10 "files": {
11 "template_html": "fixedbottommenu-template-html.php",
12 "template_css": "fixedbottommenu-template-css.php",
13 "css": "fixedbottommenu.css"
14 }
15 },
16 {
17 "slug": "old",
18 "name": "Old template",
19 "description" : "This is old template. Display at the bottom.",
20 "version": "1.02",
21 "author": "Katsushi Kawamori",
22 "author_link": "https://profiles.wordpress.org/katsushi-kawamori/",
23 "files": {
24 "template_html": "fixedbottommenu-template-html-old.php",
25 "template_css": "fixedbottommenu-template-css-old.php",
26 "css": "fixedbottommenu-old.css"
27 }
28 },
29 {
30 "slug": "right",
31 "name": "Right template",
32 "description" : "Display at the right.",
33 "version": "1.00",
34 "author": "Katsushi Kawamori",
35 "author_link": "https://profiles.wordpress.org/katsushi-kawamori/",
36 "files": {
37 "template_html": "fixedbottommenu-template-html-right.php",
38 "template_css": "fixedbottommenu-template-css-right.php",
39 "css": "fixedbottommenu-right.css"
40 }
41 },
42 {
43 "slug": "top",
44 "name": "Top template",
45 "description" : "Display at the top.",
46 "version": "1.00",
47 "author": "Katsushi Kawamori",
48 "author_link": "https://profiles.wordpress.org/katsushi-kawamori/",
49 "files": {
50 "template_html": "fixedbottommenu-template-html-top.php",
51 "template_css": "fixedbottommenu-template-css-top.php",
52 "css": "fixedbottommenu-top.css"
53 }
54 },
55 {
56 "slug": "left",
57 "name": "Left template",
58 "description" : "Display at the left.",
59 "version": "1.00",
60 "author": "Katsushi Kawamori",
61 "author_link": "https://profiles.wordpress.org/katsushi-kawamori/",
62 "files": {
63 "template_html": "fixedbottommenu-template-html-left.php",
64 "template_css": "fixedbottommenu-template-css-left.php",
65 "css": "fixedbottommenu-left.css"
66 }
67 },
68 {
69 "slug": "bottomright",
70 "name": "Bottom and Right template",
71 "description" : "It is displayed at the bottom when the screen is narrow and at the right when the screen is wide. Switching depends on the value of [Max Width].",
72 "version": "1.00",
73 "author": "Katsushi Kawamori",
74 "author_link": "https://profiles.wordpress.org/katsushi-kawamori/",
75 "files": {
76 "template_html": "fixedbottommenu-template-html-bottomright.php",
77 "template_css": "fixedbottommenu-template-css-bottomright.php",
78 "css": "fixedbottommenu-bottomright.css"
79 }
80 }
81 ]
82 }
83