PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.3-a.1
Jetpack – WP Security, Backup, Speed, & Growth v16.3-a.1
16.3-a.3 16.3-a.1 16.2 16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 All 504 releases
jetpack / _inc / blocks / blogging-prompt / block.json

block.json in Jetpack – WP Security, Backup, Speed, & Growth 16.3-a.1, at _inc/blocks/blogging-prompt/block.json

111 lines 3.6 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": "jetpack/blogging-prompt",
5 "title": "Writing Prompt",
6 "description": "Answer a new and inspiring writing prompt each day.",
7 "keywords": [
8 "writing",
9 "blogging"
10 ],
11 "version": "12.5.0",
12 "textdomain": "jetpack",
13 "category": "text",
14 "icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M14.3438 19.3438H9.65625C9.57031 19.3438 9.5 19.4141 9.5 19.5V20.125C9.5 20.4707 9.7793 20.75 10.125 20.75H13.875C14.2207 20.75 14.5 20.4707 14.5 20.125V19.5C14.5 19.4141 14.4297 19.3438 14.3438 19.3438ZM12 3.25C8.46289 3.25 5.59375 6.11914 5.59375 9.65625C5.59375 12.0273 6.88281 14.0977 8.79688 15.2051V17.4688C8.79688 17.8145 9.07617 18.0938 9.42188 18.0938H14.5781C14.9238 18.0938 15.2031 17.8145 15.2031 17.4688V15.2051C17.1172 14.0977 18.4062 12.0273 18.4062 9.65625C18.4062 6.11914 15.5371 3.25 12 3.25ZM14.498 13.9883L13.7969 14.3945V16.6875H10.2031V14.3945L9.50195 13.9883C7.96484 13.0996 7 11.4629 7 9.65625C7 6.89453 9.23828 4.65625 12 4.65625C14.7617 4.65625 17 6.89453 17 9.65625C17 11.4629 16.0352 13.0996 14.498 13.9883Z' stroke-width='0.1'/></svg>",
15 "supports": {
16 "align": false,
17 "alignWide": false,
18 "anchor": false,
19 "className": true,
20 "color": {
21 "background": true,
22 "gradients": true,
23 "link": true,
24 "text": true
25 },
26 "customClassName": true,
27 "html": false,
28 "inserter": true,
29 "multiple": false,
30 "reusable": true,
31 "spacing": {
32 "margin": [
33 "top",
34 "bottom"
35 ],
36 "padding": true,
37 "blockGap": false
38 }
39 },
40 "attributes": {
41 "answersLink": {
42 "type": "string",
43 "source": "attribute",
44 "attribute": "href",
45 "selector": ".jetpack-blogging-prompt__answers-link"
46 },
47 "answersLinkText": {
48 "type": "string",
49 "source": "html",
50 "selector": ".jetpack-blogging-prompt__answers-link"
51 },
52 "gravatars": {
53 "type": "array",
54 "source": "query",
55 "selector": ".jetpack-blogging-prompt__answers-gravatar",
56 "query": {
57 "url": {
58 "type": "string",
59 "source": "attribute",
60 "attribute": "src"
61 }
62 },
63 "default": []
64 },
65 "promptLabel": {
66 "type": "string",
67 "source": "html",
68 "selector": ".jetpack-blogging-prompt__label"
69 },
70 "promptText": {
71 "type": "string",
72 "source": "html",
73 "selector": ".jetpack-blogging-prompt__text"
74 },
75 "promptFetched": {
76 "type": "boolean",
77 "default": false
78 },
79 "promptId": {
80 "type": "number"
81 },
82 "showResponses": {
83 "type": "boolean",
84 "default": true
85 },
86 "showLabel": {
87 "type": "boolean",
88 "default": true
89 },
90 "tagsAdded": {
91 "type": "boolean",
92 "default": false
93 },
94 "isBloganuary": {
95 "type": "boolean",
96 "default": false
97 }
98 },
99 "styles": [
100 {
101 "name": "block",
102 "label": "Block",
103 "isDefault": true
104 },
105 {
106 "name": "quote",
107 "label": "Quote"
108 }
109 ],
110 "editorScript": "jetpack-blocks-editor"
111 }