File: /var/www/html/insiders/wp-load/wp-content/plugins/breadly/build/block-library/post-date/block.json
{
"$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/schemas/json/block.json",
"apiVersion": 2,
"name": "gtm/post-date",
"title": "Post Date",
"description": "Add a customizable post date.",
"category": "gtm-posts",
"textdomain": "gutenmate",
"keywords": [
"gutenmate",
"blog",
"posts",
"archive",
"date"
],
"usesContext": [
"postId",
"postType",
"queryId"
],
"attributes": {
"display": {
"type": "string",
"default": "name"
},
"dateType": {
"type": "string",
"enum": [
"created",
"modified"
],
"default": "created"
},
"format": {
"type": "string",
"default": ""
},
"enableLink": {
"type": "boolean",
"default": true
},
"linkColor": {
"type": "string",
"default": ""
},
"enableLinkUnderline": {
"type": "boolean",
"default": false
},
"linkHoverColor": {
"type": "string",
"default": ""
},
"enableLinkHoverUnderline": {
"type": "boolean",
"default": true
},
"label": {
"type": "string",
"default": ""
},
"labelTypography": {
"type": "object",
"default": {}
},
"labelSpacing": {
"type": "object",
"default": {}
},
"labelColor": {
"type": "string",
"default": ""
},
"icon": {
"type": "string",
"default": ""
},
"iconSize": {
"type": "object",
"default": {}
},
"iconWidth": {
"type": "object",
"default": {}
},
"iconRadius": {
"type": [
"string",
"object"
],
"default": ""
},
"iconSpacing": {
"type": "object",
"default": {}
},
"iconColor": {
"type": "string",
"default": ""
},
"iconBg": {
"type": "object",
"default": {}
},
"iconHoverColor": {
"type": "string",
"default": ""
},
"iconHoverBg": {
"type": "object",
"default": {}
}
},
"supports": {
"gtmBlockVisibility": true,
"gtmBlockProps": {
"margin": true,
"padding": true,
"radius": true,
"shadow": true,
"bg": true,
"color": true,
"typography": true,
"textAlign": true
},
"gtmResponsiveAttributes": true
},
"editorScript": "gtm-block-editor-script",
"editorStyle": "gtm-post-date-editor-style",
"style": "gtm-post-date-style"
}