PHP Classes

File: src/blocks/spacex-data/block.json

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Maniruzzaman WordPress Frontend Editor   src/blocks/spacex-data/block.json   Download  
File: src/blocks/spacex-data/block.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Maniruzzaman WordPress Frontend Editor
WordPress plugin for visual front-end development
Author: By
Last change:
Date: 8 months ago
Size: 1,114 bytes
 

Contents

Class file image Download
{ "$schema": "https://json.schemastore.org/block.json", "apiVersion": 2, "title": "Spacex Data", "name": "bsf-spacex/spacex-data", "category": "formatting", "attributes": { "searchTextLabel": { "type": "string", "default": "Search" }, "previousTextLabel": { "type": "string", "default": "Previous" }, "nextTextLabel": { "type": "string", "default": "Next" }, "buttonColorBg": { "type": "string", "default": "#0891b2" }, "buttonColorText": { "type": "string", "default": "#fff" }, "colorBgSecondary": { "type": "string", "default": "#ccc" }, "colorTextSecondary": { "type": "string", "default": "#000" } }, "example": { "attributes": { "searchText": "Search", "previousTextLabel": "Previous", "nextTextLabel": "Next", "buttonColorBg": "#0891b2", "buttonColorText": "#fff", "colorBgSecondary": "#ccc", "colorTextSecondary": "000" } }, "supports": { "html": false }, "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "viewScript": "file:./view.js", "style": "file:./style-index.css" }