Нема описа

block.json 410B

123456789101112131415161718192021
  1. {
  2. "apiVersion": 2,
  3. "name": "core/shortcode",
  4. "title": "Shortcode",
  5. "category": "widgets",
  6. "description": "Insert additional custom elements with a WordPress shortcode.",
  7. "textdomain": "default",
  8. "attributes": {
  9. "text": {
  10. "type": "string",
  11. "source": "html"
  12. }
  13. },
  14. "supports": {
  15. "className": false,
  16. "customClassName": false,
  17. "html": false
  18. },
  19. "editorStyle": "wp-block-shortcode-editor"
  20. }