PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.9.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.9.0
2.13.0 2.13.1 2.12.0 2.11.1 2.11.0 2.10.0 2.9.0 2.7.4 2.7.5 2.7.6 2.7.7 2.8.0 2.8.1 2.9.1 trunk 1.0 1.0-beta1 1.0-beta2 1.0-beta3 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 All 80 releases
ablocks / assets / build / blocks / text-path / block.json

block.json in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.9.0, at assets/build/blocks/text-path/block.json

705 lines 22.5 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": "ablocks/text-path",
5 "version": "0.1.0",
6 "title": "Text-Path",
7 "category": "ablocks",
8 "description": "Create interactive text paths for visually engaging effects.",
9 "keywords": [
10 "ablocks",
11 "text-path",
12 "path text",
13 "svg text",
14 "curved text",
15 "text on path",
16 "interactive text",
17 "svg typography",
18 "creative text",
19 "vector text"
20 ],
21 "example": [],
22 "supports": {
23 "html": true,
24 "anchor": true
25 },
26 "textdomain": "ablocks",
27 "editorStyle": [
28 "ablocks-animate-style",
29 "ablocks-common-style",
30 "file:./style.css"
31 ],
32 "editorScript": [
33 "ablocks-common-script"
34 ],
35 "attributes": {
36 "block_id": {
37 "type": "string",
38 "default": ""
39 },
40 "blockVersion": {
41 "type": "number",
42 "default": ""
43 },
44 "text": {
45 "type": "string",
46 "default": "Add Your Curvy Text Here"
47 },
48 "pathType": {
49 "type": "string",
50 "default": "wave"
51 },
52 "isShowIcon": {
53 "type": "boolean",
54 "default": true
55 },
56 "strokeColor": {
57 "type": "string",
58 "default": "blue"
59 },
60 "textColor": {
61 "type": "string",
62 "default": "black",
63 "copyStyle": true
64 },
65 "textColorH": {
66 "type": "string",
67 "default": "",
68 "copyStyle": true
69 },
70 "textStrokeShow": {
71 "type": "boolean",
72 "default": false
73 },
74 "textStroke": {
75 "type": "number",
76 "default": 0
77 },
78 "strokeTextColor": {
79 "type": "string",
80 "default": "black",
81 "copyStyle": true
82 },
83 "offsetControl": {
84 "type": "number",
85 "default": 0
86 },
87 "transition": {
88 "type": "number",
89 "default": 1,
90 "copyStyle": true
91 },
92 "strokeWidth": {
93 "type": "number",
94 "default": 1
95 },
96 "rotate": {
97 "type": "number",
98 "default": 0,
99 "copyStyle": true
100 },
101 "iconSize": {
102 "type": "number",
103 "default": 250
104 },
105 "iconSvgPath": {
106 "type": "string",
107 "default": ""
108 },
109 "iconSvgViewBox": {
110 "type": "string",
111 "default": ""
112 },
113 "iconClass": {
114 "type": "string",
115 "default": ""
116 },
117 "alignment": {
118 "type": "object",
119 "default": {
120 "value": "left",
121 "valueTablet": "",
122 "valueMobile": ""
123 }
124 },
125 "typographyGlobal": {
126 "type": "string",
127 "default": ""
128 },
129 "typography": {
130 "type": "object",
131 "default": {
132 "fontFamily": "",
133 "weight": "",
134 "transform": "",
135 "style": "",
136 "decoration": "",
137 "fontSize": "",
138 "fontSizeUnit": "px",
139 "lineHeight": "",
140 "lineHeightUnit": "px",
141 "letterSpacing": "",
142 "letterSpacingUnit": "px",
143 "wordSpacing": "",
144 "wordSpacingUnit": "px",
145 "fontSizeTablet": "",
146 "fontSizeMobile": "",
147 "fontSizeUnitTablet": "px",
148 "fontSizeUnitMobile": "px",
149 "lineHeightTablet": "",
150 "lineHeightMobile": "",
151 "lineHeightUnitTablet": "px",
152 "lineHeightUnitMobile": "px",
153 "letterSpacingTablet": "",
154 "letterSpacingMobile": "",
155 "letterSpacingUnitTablet": "px",
156 "letterSpacingUnitMobile": "px",
157 "wordSpacingTablet": "",
158 "wordSpacingMobile": "",
159 "wordSpacingUnitTablet": "px",
160 "wordSpacingUnitMobile": "px"
161 }
162 },
163 "textShadow": {
164 "type": "object",
165 "default": {
166 "color": "",
167 "blur": "",
168 "horizontal": "",
169 "vertical": ""
170 }
171 },
172 "link": {
173 "type": "object",
174 "default": {
175 "linkDestination": "",
176 "href": "",
177 "lightbox": "",
178 "linkTarget": "",
179 "rel": "",
180 "noFollow": "",
181 "keyValue": "",
182 "linkClass": ""
183 }
184 },
185 "_margin": {
186 "type": "object",
187 "default": {
188 "isLinked": true,
189 "isLinkedTablet": true,
190 "isLinkedMobile": true,
191 "common": "",
192 "top": "",
193 "right": "",
194 "bottom": "",
195 "left": "",
196 "unit": "px",
197 "commonTablet": "",
198 "topTablet": "",
199 "rightTablet": "",
200 "bottomTablet": "",
201 "leftTablet": "",
202 "unitTablet": "",
203 "commonMobile": "",
204 "topMobile": "",
205 "rightMobile": "",
206 "bottomMobile": "",
207 "leftMobile": "",
208 "unitMobile": ""
209 }
210 },
211 "_padding": {
212 "type": "object",
213 "default": {
214 "isLinked": true,
215 "isLinkedTablet": true,
216 "isLinkedMobile": true,
217 "common": "",
218 "top": "",
219 "right": "",
220 "bottom": "",
221 "left": "",
222 "unit": "px",
223 "commonTablet": "",
224 "topTablet": "",
225 "rightTablet": "",
226 "bottomTablet": "",
227 "leftTablet": "",
228 "unitTablet": "",
229 "commonMobile": "",
230 "topMobile": "",
231 "rightMobile": "",
232 "bottomMobile": "",
233 "leftMobile": "",
234 "unitMobile": ""
235 }
236 },
237 "_width": {
238 "type": "object",
239 "default": {
240 "widthType": "default",
241 "widthTypeTablet": "",
242 "widthTypeMobile": "",
243 "customWidth": "",
244 "customWidthTablet": "",
245 "customWidthMobile": "",
246 "customWidthUnit": "%",
247 "customWidthUnitTablet": "",
248 "customWidthUnitMobile": ""
249 }
250 },
251 "_border": {
252 "type": "object",
253 "default": {
254 "borderStyle": "default",
255 "borderStyleH": "default",
256 "borderColor": "",
257 "borderColorH": "",
258 "isLinkedWidth": true,
259 "isLinkedWidthTablet": true,
260 "isLinkedWidthMobile": true,
261 "commonWidth": "",
262 "commonWidthTablet": "",
263 "commonWidthMobile": "",
264 "topWidth": "",
265 "rightWidth": "",
266 "bottomWidth": "",
267 "leftWidth": "",
268 "topWidthTablet": "",
269 "rightWidthTablet": "",
270 "bottomWidthTablet": "",
271 "leftWidthTablet": "",
272 "topWidthMobile": "",
273 "rightWidthMobile": "",
274 "bottomWidthMobile": "",
275 "leftWidthMobile": "",
276 "unitWidth": "px",
277 "unitWidthTablet": "",
278 "unitWidthMobile": "",
279 "isLinkedWidthH": true,
280 "isLinkedWidthHTablet": true,
281 "isLinkedWidthHMobile": true,
282 "commonWidthH": "",
283 "commonWidthHTablet": "",
284 "commonWidthHMobile": "",
285 "topWidthH": "",
286 "rightWidthH": "",
287 "bottomWidthH": "",
288 "leftWidthH": "",
289 "topWidthHTablet": "",
290 "rightWidthHTablet": "",
291 "bottomWidthHTablet": "",
292 "leftWidthHTablet": "",
293 "topWidthHMobile": "",
294 "rightWidthHMobile": "",
295 "bottomWidthHMobile": "",
296 "leftWidthHMobile": "",
297 "unitWidthH": "px",
298 "unitWidthHTablet": "",
299 "unitWidthHMobile": "",
300 "isLinkedRadius": true,
301 "isLinkedRadiusTablet": true,
302 "isLinkedRadiusMobile": true,
303 "commonRadius": "",
304 "commonRadiusTablet": "",
305 "commonRadiusMobile": "",
306 "topRadius": "",
307 "rightRadius": "",
308 "bottomRadius": "",
309 "leftRadius": "",
310 "topRadiusTablet": "",
311 "rightRadiusTablet": "",
312 "bottomRadiusTablet": "",
313 "leftRadiusTablet": "",
314 "topRadiusMobile": "",
315 "rightRadiusMobile": "",
316 "bottomRadiusMobile": "",
317 "leftRadiusMobile": "",
318 "unitRadius": "px",
319 "unitRadiusTablet": "",
320 "unitRadiusMobile": "",
321 "isLinkedRadiusH": true,
322 "isLinkedRadiusHTablet": true,
323 "isLinkedRadiusHMobile": true,
324 "commonRadiusH": "",
325 "commonRadiusHTablet": "",
326 "commonRadiusHMobile": "",
327 "topRadiusH": "",
328 "rightRadiusH": "",
329 "bottomRadiusH": "",
330 "leftRadiusH": "",
331 "topRadiusHTablet": "",
332 "rightRadiusHTablet": "",
333 "bottomRadiusHTablet": "",
334 "leftRadiusHTablet": "",
335 "topRadiusHMobile": "",
336 "rightRadiusHMobile": "",
337 "bottomRadiusHMobile": "",
338 "leftRadiusHMobile": "",
339 "unitRadiusH": "px",
340 "unitRadiusHTablet": "",
341 "unitRadiusHMobile": "",
342 "transitionDuration": ""
343 }
344 },
345 "_position": {
346 "type": "object",
347 "default": {
348 "positionType": "relative",
349 "positionTypeTablet": "",
350 "positionTypeMobile": "",
351 "hOrientation": "",
352 "hOffset": "",
353 "hOffsetTablet": "",
354 "hOffsetMobile": "",
355 "hOffsetUnit": "px",
356 "hOffsetUnitTablet": "px",
357 "hOffsetUnitMobile": "px",
358 "vOrientation": "",
359 "vOffset": "",
360 "vOffsetTablet": "",
361 "vOffsetMobile": "",
362 "vOffsetUnit": "px",
363 "vOffsetUnitTablet": "px",
364 "vOffsetUnitMobile": "px"
365 }
366 },
367 "_background": {
368 "type": "object",
369 "default": {
370 "backgroundType": "none",
371 "backgroundTypeH": "none",
372 "backgroundColor": "",
373 "backgroundColorH": "",
374 "imgId": "",
375 "imgIdTablet": "",
376 "imgIdMobile": "",
377 "imgUrl": "",
378 "imgUrlTablet": "",
379 "imgUrlMobile": "",
380 "imgSize": "",
381 "imgSizeTablet": "",
382 "imgSizeMobile": "",
383 "imgPosition": "",
384 "imgPositionTablet": "",
385 "imgPositionMobile": "",
386 "imgXPositionUnit": "px",
387 "imgXPositionUnitTablet": "",
388 "imgXPositionUnitMobile": "",
389 "imgXPosition": "",
390 "imgXPositionTablet": "",
391 "imgXPositionMobile": "",
392 "imgYPositionUnit": "px",
393 "imgYPositionUnitTablet": "",
394 "imgYPositionUnitMobile": "",
395 "imgYPosition": "",
396 "imgYPositionTablet": "",
397 "imgYPositionMobile": "",
398 "imgAttachment": "",
399 "imgRepeat": "",
400 "imgRepeatTablet": "",
401 "imgRepeatMobile": "",
402 "imgDisplaySize": "",
403 "imgDisplaySizeTablet": "",
404 "imgDisplaySizeMobile": "",
405 "imgDisplaySizeWidth": "",
406 "imgDisplaySizeWidthTablet": "",
407 "imgDisplaySizeWidthMobile": "",
408 "imgDisplaySizeWidthUnit": "px",
409 "imgDisplaySizeWidthUnitTablet": "",
410 "imgDisplaySizeWidthUnitMobile": "",
411 "imgIdH": "",
412 "imgIdTabletH": "",
413 "imgIdMobileH": "",
414 "imgUrlH": "",
415 "imgUrlHTablet": "",
416 "imgUrlHMobile": "",
417 "imgSizeH": "",
418 "imgSizeHTablet": "",
419 "imgSizeHMobile": "",
420 "imgPositionH": "",
421 "imgPositionHTablet": "",
422 "imgPositionHMobile": "",
423 "imgXPositionUnitH": "px",
424 "imgXPositionUnitHTablet": "",
425 "imgXPositionUnitHMobile": "",
426 "imgXPositionH": "",
427 "imgXPositionHTablet": "",
428 "imgXPositionHMobile": "",
429 "imgYPositionUnitH": "px",
430 "imgYPositionUnitHTablet": "",
431 "imgYPositionUnitHMobile": "",
432 "imgYPositionH": "",
433 "imgYPositionHTablet": "",
434 "imgYPositionHMobile": "",
435 "imgAttachmentH": "",
436 "imgRepeatH": "",
437 "imgRepeatHTablet": "",
438 "imgRepeatHMobile": "",
439 "imgDisplaySizeH": "",
440 "imgDisplaySizeHTablet": "",
441 "imgDisplaySizeHMobile": "",
442 "imgDisplaySizeWidthH": "",
443 "imgDisplaySizeWidthHTablet": "",
444 "imgDisplaySizeWidthHMobile": "",
445 "imgDisplaySizeWidthHUnit": "px",
446 "imgDisplaySizeWidthHUnitTablet": "",
447 "imgDisplaySizeWidthHUnitMobile": "",
448 "transitionDuration": "",
449 "videoUrl": "",
450 "youtubeURL": "",
451 "vimeoURL": "",
452 "selfHostedURL": "",
453 "externalLink": false,
454 "videoSource": "none",
455 "videoPlayOnce": "",
456 "videoStartTime": "",
457 "videoEndTime": "",
458 "playOnMobile": "",
459 "videoPrivacyMode": "",
460 "fallbackImageUrl": ""
461 }
462 },
463 "_zIndex": {
464 "type": "object",
465 "default": {
466 "zIndex": "",
467 "zIndexTablet": "",
468 "zIndexMobile": ""
469 }
470 },
471 "_transform": {
472 "type": "object",
473 "default": {
474 "rotate": "",
475 "rotateTablet": "",
476 "rotateMobile": "",
477 "rotate3D": false,
478 "rotate3DTablet": false,
479 "rotate3DMobile": false,
480 "rotateX": "",
481 "rotateXTablet": "",
482 "rotateXMobile": "",
483 "rotateY": "",
484 "rotateYTablet": "",
485 "rotateYMobile": "",
486 "rotateP": "",
487 "rotatePTablet": "",
488 "rotatePMobile": "",
489 "offsetX": "",
490 "offsetXTablet": "",
491 "offsetXMobile": "",
492 "offsetXUnit": "px",
493 "offsetXUnitTablet": "px",
494 "offsetXUnitMobile": "px",
495 "offsetY": "",
496 "offsetYTablet": "",
497 "offsetYMobile": "",
498 "offsetYUnit": "px",
499 "offsetYUnitTablet": "px",
500 "offsetYUnitMobile": "px",
501 "scaleProportions": false,
502 "scale": "",
503 "scaleTablet": "",
504 "scaleMobile": "",
505 "scaleX": "",
506 "scaleXTablet": "",
507 "scaleXMobile": "",
508 "scaleY": "",
509 "scaleYTablet": "",
510 "scaleYMobile": "",
511 "skewX": "",
512 "skewXTablet": "",
513 "skewXMobile": "",
514 "skewY": "",
515 "skewYTablet": "",
516 "skewYMobile": "",
517 "flipHorizontal": false,
518 "flipVertical": false,
519 "xAnchorPoint": "",
520 "xAnchorPointTablet": "",
521 "xAnchorPointMobile": "",
522 "yAnchorPoint": "",
523 "yAnchorPointTablet": "",
524 "yAnchorPointMobile": "",
525 "rotateH": "",
526 "rotateHTablet": "",
527 "rotateHMobile": "",
528 "rotate3DH": false,
529 "rotate3DHTablet": false,
530 "rotate3DHMobile": false,
531 "rotateXH": "",
532 "rotateXHTablet": "",
533 "rotateXHMobile": "",
534 "rotateYH": "",
535 "rotateYHTablet": "",
536 "rotateYHMobile": "",
537 "rotatePH": "",
538 "rotatePHTablet": "",
539 "rotatePHMobile": "",
540 "offsetXH": "",
541 "offsetXHTablet": "",
542 "offsetXHMobile": "",
543 "offsetXHUnit": "px",
544 "offsetXHUnitTablet": "px",
545 "offsetXHUnitMobile": "px",
546 "offsetYH": "",
547 "offsetYHTablet": "",
548 "offsetYHMobile": "",
549 "offsetYHUnit": "px",
550 "offsetYHUnitTablet": "px",
551 "offsetYHUnitMobile": "px",
552 "scaleProportionsH": false,
553 "scaleH": "",
554 "scaleHTablet": "",
555 "scaleHMobile": "",
556 "scaleXH": "",
557 "scaleXHTablet": "",
558 "scaleXHMobile": "",
559 "scaleYH": "",
560 "scaleYHTablet": "",
561 "scaleYHMobile": "",
562 "skewXH": "",
563 "skewXHTablet": "",
564 "skewXHMobile": "",
565 "skewYH": "",
566 "skewYHTablet": "",
567 "skewYHMobile": "",
568 "flipHorizontalH": false,
569 "flipVerticalH": false,
570 "xAnchorPointH": "",
571 "xAnchorPointHTablet": "",
572 "xAnchorPointHMobile": "",
573 "yAnchorPointH": "",
574 "yAnchorPointHTablet": "",
575 "yAnchorPointHMobile": "",
576 "transitionH": ""
577 }
578 },
579 "_mask": {
580 "type": "object",
581 "default": {
582 "mask": false,
583 "maskTablet": false,
584 "maskMobile": false,
585 "maskShape": "circle",
586 "customMaskShape": "",
587 "maskSize": "",
588 "maskSizeTablet": "",
589 "maskSizeMobile": "",
590 "maskPosition": "",
591 "maskPositionTablet": "",
592 "maskPositionMobile": "",
593 "maskRepeat": "",
594 "maskRepeatTablet": "",
595 "maskRepeatMobile": "",
596 "scaleUnit": "px",
597 "scaleUnitTablet": "px",
598 "scaleUnitMobile": "px",
599 "scale": "0",
600 "scaleTablet": "0",
601 "scaleMobile": "0",
602 "xPositionUnit": "px",
603 "xPositionUnitTablet": "px",
604 "xPositionUnitMobile": "px",
605 "xPosition": "",
606 "xPositionTablet": "0",
607 "xPositionMobile": "0",
608 "yPositionUnit": "0",
609 "yPositionUnitTablet": "px",
610 "yPositionUnitMobile": "px",
611 "yPosition": "0",
612 "yPositionTablet": "0",
613 "yPositionMobile": "0"
614 }
615 },
616 "_animation": {
617 "type": "object",
618 "default": {
619 "animationType": "",
620 "animationTypeTablet": "",
621 "animationTypeMobile": "",
622 "animationDuration": "",
623 "animationDelay": ""
624 }
625 },
626 "_boxShadow": {
627 "type": "object",
628 "default": {
629 "preset": "",
630 "shadowType": "default",
631 "shadow": "",
632 "horizontal": "",
633 "vertical": "",
634 "blur": "",
635 "spread": "",
636 "color": "",
637 "presetH": "",
638 "shadowTypeH": "default",
639 "shadowH": "",
640 "horizontalH": "",
641 "verticalH": "",
642 "blurH": "",
643 "spreadH": "",
644 "colorH": "",
645 "transitionDuration": "0"
646 }
647 },
648 "_gsapAnimation": {
649 "type": "object",
650 "default": {
651 "animationType": "none",
652 "duration": 1,
653 "delay": 0,
654 "triggerType": "scroll",
655 "ease": "none",
656 "x": 0,
657 "y": 0,
658 "rotation": 0,
659 "rotationY": 0,
660 "opacity": 1,
661 "xTo": 0,
662 "yTo": 0,
663 "rotationTo": 0,
664 "rotationYTo": 0,
665 "opacityTo": 1,
666 "easeTo": "none",
667 "loops": false,
668 "numberOfRepeat": 0,
669 "isSmooth": true,
670 "startPoint": 80,
671 "endPoint": 10
672 }
673 },
674 "_hide_on_desktop": {
675 "type": "boolean",
676 "default": false
677 },
678 "_hide_on_tablet": {
679 "type": "boolean",
680 "default": false
681 },
682 "_hide_on_mobile": {
683 "type": "boolean",
684 "default": false
685 },
686 "_custom_css": {
687 "type": "string",
688 "default": ""
689 },
690 "_animation_element_trigger": {
691 "type": "array",
692 "default": [],
693 "items": {
694 "type": "object"
695 }
696 },
697 "_animation_page_trigger": {
698 "type": "array",
699 "default": [],
700 "items": {
701 "type": "object"
702 }
703 }
704 }
705 }