| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "blockenberg/sources-references", |
| 5 |
"title": "Sources & References", |
| 6 |
"description": "A formatted bibliography/citations section for articles and research. Add numbered references with title, author, publication, URL, and access date. Styles: academic, card list, or minimal.", |
| 7 |
"category": "bkbg-blog", |
| 8 |
"icon": "book-alt", |
| 9 |
"keywords": [ |
| 10 |
"sources", |
| 11 |
"references", |
| 12 |
"citations", |
| 13 |
"bibliography", |
| 14 |
"footnotes", |
| 15 |
"research", |
| 16 |
"journalism" |
| 17 |
], |
| 18 |
"textdomain": "blockenberg", |
| 19 |
"editorScript": "bkbg-sources-references-editor", |
| 20 |
"style": "bkbg-sources-references-style", |
| 21 |
"viewScript": "bkbg-sources-references-frontend", |
| 22 |
"supports": { |
| 23 |
"html": false, |
| 24 |
"align": [ |
| 25 |
"wide", |
| 26 |
"full" |
| 27 |
] |
| 28 |
}, |
| 29 |
"attributes": { |
| 30 |
"label": { |
| 31 |
"type": "string", |
| 32 |
"default": "Sources & References" |
| 33 |
}, |
| 34 |
"showLabel": { |
| 35 |
"type": "boolean", |
| 36 |
"default": true |
| 37 |
}, |
| 38 |
"references": { |
| 39 |
"type": "array", |
| 40 |
"default": [ |
| 41 |
{ |
| 42 |
"title": "The State of SEO 2025 Report", |
| 43 |
"author": "Ahrefs Research Team", |
| 44 |
"publication": "Ahrefs Blog", |
| 45 |
"url": "https://ahrefs.com/blog/seo-statistics/", |
| 46 |
"accessDate": "February 2025", |
| 47 |
"note": "" |
| 48 |
}, |
| 49 |
{ |
| 50 |
"title": "How Search Engines Work: Crawling, Indexing, and Ranking", |
| 51 |
"author": "Moz Staff", |
| 52 |
"publication": "Moz", |
| 53 |
"url": "https://moz.com/beginners-guide-to-seo/how-search-engines-work", |
| 54 |
"accessDate": "January 2025", |
| 55 |
"note": "" |
| 56 |
}, |
| 57 |
{ |
| 58 |
"title": "Core Web Vitals: The Complete Guide", |
| 59 |
"author": "John Mueller", |
| 60 |
"publication": "Google Search Central Blog", |
| 61 |
"url": "https://developers.google.com/search/blog/", |
| 62 |
"accessDate": "January 2025", |
| 63 |
"note": "" |
| 64 |
} |
| 65 |
] |
| 66 |
}, |
| 67 |
"style": { |
| 68 |
"type": "string", |
| 69 |
"default": "academic" |
| 70 |
}, |
| 71 |
"showAuthor": { |
| 72 |
"type": "boolean", |
| 73 |
"default": true |
| 74 |
}, |
| 75 |
"showPublication": { |
| 76 |
"type": "boolean", |
| 77 |
"default": true |
| 78 |
}, |
| 79 |
"showDate": { |
| 80 |
"type": "boolean", |
| 81 |
"default": true |
| 82 |
}, |
| 83 |
"showUrl": { |
| 84 |
"type": "boolean", |
| 85 |
"default": true |
| 86 |
}, |
| 87 |
"openInNewTab": { |
| 88 |
"type": "boolean", |
| 89 |
"default": true |
| 90 |
}, |
| 91 |
"paddingTop": { |
| 92 |
"type": "number", |
| 93 |
"default": 40 |
| 94 |
}, |
| 95 |
"paddingBottom": { |
| 96 |
"type": "number", |
| 97 |
"default": 40 |
| 98 |
}, |
| 99 |
"bgColor": { |
| 100 |
"type": "string", |
| 101 |
"default": "#f8fafc" |
| 102 |
}, |
| 103 |
"labelColor": { |
| 104 |
"type": "string", |
| 105 |
"default": "#111827" |
| 106 |
}, |
| 107 |
"numberColor": { |
| 108 |
"type": "string", |
| 109 |
"default": "#6366f1" |
| 110 |
}, |
| 111 |
"titleColor": { |
| 112 |
"type": "string", |
| 113 |
"default": "#111827" |
| 114 |
}, |
| 115 |
"authorColor": { |
| 116 |
"type": "string", |
| 117 |
"default": "#374151" |
| 118 |
}, |
| 119 |
"pubColor": { |
| 120 |
"type": "string", |
| 121 |
"default": "#6b7280" |
| 122 |
}, |
| 123 |
"urlColor": { |
| 124 |
"type": "string", |
| 125 |
"default": "#6366f1" |
| 126 |
}, |
| 127 |
"borderColor": { |
| 128 |
"type": "string", |
| 129 |
"default": "#e2e8f0" |
| 130 |
}, |
| 131 |
"cardBg": { |
| 132 |
"type": "string", |
| 133 |
"default": "#ffffff" |
| 134 |
}, |
| 135 |
"borderRadius": { |
| 136 |
"type": "number", |
| 137 |
"default": 8 |
| 138 |
}, |
| 139 |
"labelFontSize": { |
| 140 |
"type": "number", |
| 141 |
"default": 16 |
| 142 |
}, |
| 143 |
"labelFontWeight": { |
| 144 |
"type": "number", |
| 145 |
"default": 700 |
| 146 |
}, |
| 147 |
"refFontSize": { |
| 148 |
"type": "number", |
| 149 |
"default": 13 |
| 150 |
}, |
| 151 |
"labelTypo": { |
| 152 |
"type": "object", |
| 153 |
"default": {} |
| 154 |
}, |
| 155 |
"refTypo": { |
| 156 |
"type": "object", |
| 157 |
"default": {} |
| 158 |
} |
| 159 |
} |
| 160 |
} |
| 161 |
|