PluginProbe
Block Animations, Motion & Scroll Effects – Ghost Kit / 3.3.3
Block Animations, Motion & Scroll Effects – Ghost Kit v3.3.3
3.7.2 3.7.1 3.7.0 3.6.1 trunk 1.6.3 2.25.0 3.3.0 3.3.1 3.3.2 3.3.3 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.4.6 3.5.0 3.5.1 3.6.0
ghostkit / gutenberg / blocks / alert / block.json

block.json in Block Animations, Motion & Scroll Effects – Ghost Kit 3.3.3, at gutenberg/blocks/alert/block.json

43 lines 3.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "ghostkit/alert",
5 "category": "ghostkit",
6 "title": "Alert",
7 "description": "Provide contextual feedback messages for user actions.",
8 "keywords": ["alert", "notification"],
9 "supports": {
10 "html": false,
11 "className": false,
12 "anchor": true,
13 "align": ["wide", "full"],
14 "spacing": {
15 "blockGap": true,
16 "__experimentalDefaultControls": {
17 "blockGap": true
18 }
19 },
20 "__experimentalLayout": true,
21 "layout": true
22 },
23 "attributes": {
24 "color": {
25 "type": "string"
26 },
27 "hoverColor": {
28 "type": "string"
29 },
30 "icon": {
31 "type": "string",
32 "default": "%3Csvg%20class%3D%22ghostkit-svg-icon%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.8681%204.0311C12.7806%203.87815%2012.6542%203.75104%2012.5018%203.66263C12.3494%203.57422%2012.1763%203.52766%2012.0001%203.52766C11.8239%203.52766%2011.6508%203.57422%2011.4984%203.66263C11.346%203.75104%2011.2196%203.87815%2011.1321%204.0311L3.14706%2018.0041C3.06016%2018.1562%203.01475%2018.3285%203.01539%2018.5037C3.01602%2018.6789%203.06268%2018.8509%203.15068%2019.0024C3.23868%2019.1539%203.36494%2019.2796%203.51682%2019.367C3.66869%2019.4543%203.84085%2019.5002%204.01606%2019.5001H19.9841C20.1593%2019.5002%2020.3315%2019.4543%2020.4833%2019.367C20.6352%2019.2796%2020.7615%2019.1539%2020.8495%2019.0024C20.9375%2018.8509%2020.9841%2018.6789%2020.9848%2018.5037C20.9854%2018.3285%2020.94%2018.1562%2020.8531%2018.0041L12.8681%204.0301V4.0311ZM9.83006%203.2871C10.7901%201.6071%2013.2121%201.6071%2014.1721%203.2871L22.1561%2017.2601C23.1081%2018.9261%2021.9051%2021.0001%2019.9861%2021.0001H4.01406C2.09506%2021.0001%200.892055%2018.9261%201.84406%2017.2601L9.82906%203.2871H9.83006ZM12.0001%207.9631C12.199%207.9631%2012.3898%208.04212%2012.5304%208.18277C12.6711%208.32342%2012.7501%208.51419%2012.7501%208.7131V12.2501C12.7501%2012.449%2012.6711%2012.6398%2012.5304%2012.7804C12.3898%2012.9211%2012.199%2013.0001%2012.0001%2013.0001C11.8012%2013.0001%2011.6104%2012.9211%2011.4698%2012.7804C11.3291%2012.6398%2011.2501%2012.449%2011.2501%2012.2501V8.7131C11.2501%208.51419%2011.3291%208.32342%2011.4698%208.18277C11.6104%208.04212%2011.8012%207.9631%2012.0001%207.9631ZM12.0001%2015.0001C11.7349%2015.0001%2011.4805%2015.1055%2011.293%2015.293C11.1055%2015.4805%2011.0001%2015.7349%2011.0001%2016.0001C11.0001%2016.2653%2011.1055%2016.5197%2011.293%2016.7072C11.4805%2016.8948%2011.7349%2017.0001%2012.0001%2017.0001C12.2653%2017.0001%2012.5197%2016.8948%2012.7072%2016.7072C12.8947%2016.5197%2013.0001%2016.2653%2013.0001%2016.0001C13.0001%2015.7349%2012.8947%2015.4805%2012.7072%2015.293C12.5197%2015.1055%2012.2653%2015.0001%2012.0001%2015.0001Z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E"
33 },
34 "iconSize": {
35 "type": "number"
36 },
37 "hideButton": {
38 "type": "boolean",
39 "default": false
40 }
41 }
42 }
43