deprecated
2 months ago
block.json
1 month ago
edit.js
2 weeks ago
icon.svg
2 months ago
index.js
2 months ago
index.php
2 months ago
save.js
2 months ago
style.scss
2 months ago
block.json
80 lines
| 1 | { |
| 2 | "apiVersion": 3, |
| 3 | "name": "vk-blocks/staff", |
| 4 | "category": "vk-blocks-cat", |
| 5 | "title": "Staff ( not recommended )", |
| 6 | "description": "Used for staff introduction, company introduction, school introduction, menu, etc.", |
| 7 | "textdomain": "vk-blocks", |
| 8 | "attributes": { |
| 9 | "vk_staff_text_name": { |
| 10 | "type": "string", |
| 11 | "source": "html", |
| 12 | "selector": "h3", |
| 13 | "role": "content" |
| 14 | }, |
| 15 | "vk_staff_text_caption": { |
| 16 | "type": "string", |
| 17 | "source": "html", |
| 18 | "selector": "p.vk_staff_text_caption", |
| 19 | "role": "content" |
| 20 | }, |
| 21 | "vk_staff_text_role": { |
| 22 | "type": "string", |
| 23 | "source": "html", |
| 24 | "selector": "p.vk_staff_text_role", |
| 25 | "role": "content" |
| 26 | }, |
| 27 | "vk_staff_text_profileTitle": { |
| 28 | "type": "string", |
| 29 | "source": "html", |
| 30 | "selector": "h4", |
| 31 | "role": "content" |
| 32 | }, |
| 33 | "vk_staff_text_profileText": { |
| 34 | "type": "string", |
| 35 | "source": "html", |
| 36 | "selector": "p.vk_staff_text_profileText", |
| 37 | "role": "content" |
| 38 | }, |
| 39 | "vk_staff_photo_image": { |
| 40 | "type": "string", |
| 41 | "default": "", |
| 42 | "role": "content" |
| 43 | }, |
| 44 | "vk_staff_photo_image_alt": { |
| 45 | "type": "string", |
| 46 | "default": "Profile Picture" |
| 47 | }, |
| 48 | "vk_staff_layout": { |
| 49 | "type": "string", |
| 50 | "default": "default" |
| 51 | }, |
| 52 | "vk_staff_nameColor": { |
| 53 | "type": "string" |
| 54 | }, |
| 55 | "vk_staff_captionColor": { |
| 56 | "type": "string" |
| 57 | }, |
| 58 | "vk_staff_positionColor": { |
| 59 | "type": "string" |
| 60 | }, |
| 61 | "vk_staff_profileTitleColor": { |
| 62 | "type": "string" |
| 63 | }, |
| 64 | "vk_staff_profileTextColor": { |
| 65 | "type": "string" |
| 66 | }, |
| 67 | "vk_staff_photoBorder": { |
| 68 | "type": "string", |
| 69 | "default": "default" |
| 70 | }, |
| 71 | "vk_staff_fontFamily": { |
| 72 | "type": "string", |
| 73 | "default": "0" |
| 74 | } |
| 75 | }, |
| 76 | "supports": { |
| 77 | "className": true |
| 78 | } |
| 79 | } |
| 80 |