Advertisement
rikhen

block.json

Jun 23rd, 2025
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.68 KB | None | 0 0
  1. {
  2.   "name": "lb/office-contact",
  3.   "version": "0.1.0",
  4.   "title": "Kontakt Niederlassung",
  5.   "category": "lb-modules",
  6.   "description": "Niederlassung Kontakt Block.",
  7.   "acf": {
  8.     "mode": false,
  9.     "renderCallback": "Lichtblick\\Theme\\Modules\\ACF\\ACF_Block::render",
  10.     "validate": false,
  11.     "usePostMeta": false
  12.   },
  13.   "supports": {
  14.     "align": true,
  15.     "anchor": true,
  16.     "mode": false,
  17.     "spacing": {
  18.       "padding": ["top", "bottom"]
  19.     },
  20.     "color": {
  21.       "background": true,
  22.       "text": false
  23.     },
  24.     "customClassName": true
  25.   },
  26.   "editorScript": "file:./index.js",
  27.   "render": "file:./render.php",
  28.   "style": "file:./index.css"
  29. }
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement