| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "blockenberg/content-menu", |
| 5 |
"title": "Content Menu", |
| 6 |
"description": "In-page anchor navigation that highlights the current section as the user scrolls — can float fixed on the left or right, or sit inline.", |
| 7 |
"category": "bkbg-layout", |
| 8 |
"icon": "list-view", |
| 9 |
"keywords": [ |
| 10 |
"anchor", |
| 11 |
"navigation", |
| 12 |
"toc", |
| 13 |
"floating", |
| 14 |
"sticky", |
| 15 |
"menu", |
| 16 |
"scroll" |
| 17 |
], |
| 18 |
"textdomain": "blockenberg", |
| 19 |
"editorScript": "bkbg-content-menu-editor", |
| 20 |
"style": "bkbg-content-menu-style", |
| 21 |
"viewScript": "bkbg-content-menu-frontend", |
| 22 |
"supports": { |
| 23 |
"html": false, |
| 24 |
"align": [ |
| 25 |
"wide", |
| 26 |
"full" |
| 27 |
] |
| 28 |
}, |
| 29 |
"attributes": { |
| 30 |
"links": { |
| 31 |
"type": "array", |
| 32 |
"default": [ |
| 33 |
{ |
| 34 |
"label": "Overview", |
| 35 |
"anchor": "overview", |
| 36 |
"icon": "📋", |
| 37 |
"iconType": "custom-char", |
| 38 |
"iconDashicon": "", |
| 39 |
"iconImageUrl": "" |
| 40 |
}, |
| 41 |
{ |
| 42 |
"label": "Features", |
| 43 |
"anchor": "features", |
| 44 |
"icon": "⚡", |
| 45 |
"iconType": "custom-char", |
| 46 |
"iconDashicon": "", |
| 47 |
"iconImageUrl": "" |
| 48 |
}, |
| 49 |
{ |
| 50 |
"label": "Pricing", |
| 51 |
"anchor": "pricing", |
| 52 |
"icon": "💰", |
| 53 |
"iconType": "custom-char", |
| 54 |
"iconDashicon": "", |
| 55 |
"iconImageUrl": "" |
| 56 |
}, |
| 57 |
{ |
| 58 |
"label": "FAQ", |
| 59 |
"anchor": "faq", |
| 60 |
"icon": "❓", |
| 61 |
"iconType": "custom-char", |
| 62 |
"iconDashicon": "", |
| 63 |
"iconImageUrl": "" |
| 64 |
}, |
| 65 |
{ |
| 66 |
"label": "Contact", |
| 67 |
"anchor": "contact", |
| 68 |
"icon": "✉️", |
| 69 |
"iconType": "custom-char", |
| 70 |
"iconDashicon": "", |
| 71 |
"iconImageUrl": "" |
| 72 |
} |
| 73 |
] |
| 74 |
}, |
| 75 |
"position": { |
| 76 |
"type": "string", |
| 77 |
"default": "inline" |
| 78 |
}, |
| 79 |
"menuStyle": { |
| 80 |
"type": "string", |
| 81 |
"default": "pills" |
| 82 |
}, |
| 83 |
"showIcons": { |
| 84 |
"type": "boolean", |
| 85 |
"default": true |
| 86 |
}, |
| 87 |
"showNumbers": { |
| 88 |
"type": "boolean", |
| 89 |
"default": false |
| 90 |
}, |
| 91 |
"animateScroll": { |
| 92 |
"type": "boolean", |
| 93 |
"default": true |
| 94 |
}, |
| 95 |
"fixedTop": { |
| 96 |
"type": "number", |
| 97 |
"default": 50 |
| 98 |
}, |
| 99 |
"fixedOffset": { |
| 100 |
"type": "number", |
| 101 |
"default": 24 |
| 102 |
}, |
| 103 |
"menuWidth": { |
| 104 |
"type": "number", |
| 105 |
"default": 180 |
| 106 |
}, |
| 107 |
"borderRadius": { |
| 108 |
"type": "number", |
| 109 |
"default": 12 |
| 110 |
}, |
| 111 |
"paddingTop": { |
| 112 |
"type": "number", |
| 113 |
"default": 0 |
| 114 |
}, |
| 115 |
"paddingBottom": { |
| 116 |
"type": "number", |
| 117 |
"default": 0 |
| 118 |
}, |
| 119 |
"bgColor": { |
| 120 |
"type": "string", |
| 121 |
"default": "#ffffff" |
| 122 |
}, |
| 123 |
"linkColor": { |
| 124 |
"type": "string", |
| 125 |
"default": "#374151" |
| 126 |
}, |
| 127 |
"activeBg": { |
| 128 |
"type": "string", |
| 129 |
"default": "#6366f1" |
| 130 |
}, |
| 131 |
"activeColor": { |
| 132 |
"type": "string", |
| 133 |
"default": "#ffffff" |
| 134 |
}, |
| 135 |
"borderColor": { |
| 136 |
"type": "string", |
| 137 |
"default": "#e5e7eb" |
| 138 |
}, |
| 139 |
"shadowColor": { |
| 140 |
"type": "string", |
| 141 |
"default": "rgba(0,0,0,0.08)" |
| 142 |
}, |
| 143 |
"accentColor": { |
| 144 |
"type": "string", |
| 145 |
"default": "#6366f1" |
| 146 |
}, |
| 147 |
"linkFontSize": { |
| 148 |
"type": "number", |
| 149 |
"default": 14 |
| 150 |
}, |
| 151 |
"typoLink": { |
| 152 |
"type": "object", |
| 153 |
"default": {} |
| 154 |
} |
| 155 |
} |
| 156 |
} |
| 157 |
|