/home/silvwabw/public_html/wp-content/plugins/gutenverse/block/post-author/block.json
{
"apiVersion": 3,
"name": "gutenverse/post-author",
"class_callback": "\\Gutenverse\\Block\\Post_Author",
"title": "Post Author",
"description": "Show post author name.",
"category": "gutenverse-post",
"allowCopyStyle": true,
"attributes": {
"elementId": {
"type": "string"
},
"postId": {
"type": "string",
"default": 0
},
"backendPostId": {
"type": "string"
},
"noContentText": {
"type": "string",
"default": "No Content"
},
"authorType": {
"type": "string",
"default": "display_name"
},
"htmlTag": {
"type": "string",
"default": "span"
},
"authorAvatar": {
"type": "boolean"
},
"authorLink": {
"type": "boolean"
},
"authorBio": {
"type": "boolean",
"default": false
},
"authorLinkTarget": {
"type": "boolean"
},
"authorLinkRel": {
"type": "string"
},
"linkTo": {
"type": "string",
"default": "none"
},
"customURL": {
"type": "string"
},
"alignment": {
"type": "object",
"copyStyle": true
},
"verticalAlignment": {
"type": "object",
"copyStyle": true
},
"typography": {
"type": "object",
"copyStyle": true
},
"color": {
"type": "object",
"copyStyle": true
},
"textShadow": {
"type": "object",
"default": {},
"copyStyle": true
},
"colorHover": {
"type": "object",
"copyStyle": true
},
"textShadowHover": {
"type": "object",
"default": {},
"copyStyle": true
},
"biographyTypography": {
"type": "object",
"copyStyle": true
},
"biographyMargintop": {
"type": "object"
},
"biographyColor": {
"type": "object",
"copyStyle": true
},
"biographyTextShadow": {
"type": "object",
"copyStyle": true
},
"biographyColorHover": {
"type": "object",
"copyStyle": true
},
"biographyTextShadowHover": {
"type": "object",
"copyStyle": true
},
"size": {
"type": "object",
"copyStyle": true
},
"avatarGap": {
"type": "object",
"copyStyle": true
},
"opacity": {
"type": "object",
"copyStyle": true
},
"rotate": {
"type": "object",
"copyStyle": true
},
"authorBorder": {
"type": "object",
"copyStyle": true
},
"authorBorderResponsive": {
"type": "object",
"migrate": {
"attr": "authorBorder",
"type": "border"
},
"copyStyle": true
},
"authorBoxShadow": {
"type": "object",
"copyStyle": true
},
"background": {
"type": "object",
"copyStyle": true
},
"backgroundHover": {
"type": "object",
"copyStyle": true
},
"backgroundTransition": {
"type": "object",
"copyStyle": true,
"default": {}
},
"border": {
"type": "object",
"copyStyle": true
},
"borderResponsive": {
"type": "object",
"migrate": {
"attr": "border",
"type": "border"
},
"copyStyle": true
},
"boxShadow": {
"type": "object",
"copyStyle": true
},
"borderHover": {
"type": "object",
"copyStyle": true
},
"borderHoverResponsive": {
"type": "object",
"migrate": {
"attr": "borderHover",
"type": "border"
},
"copyStyle": true
},
"boxShadowHover": {
"type": "object",
"copyStyle": true
},
"margin": {
"type": "object",
"copyStyle": true
},
"padding": {
"type": "object",
"copyStyle": true
},
"zIndex": {
"type": "object",
"copyStyle": true
},
"animation": {
"type": "object",
"copyStyle": true
},
"hideDesktop": {
"type": "boolean",
"copyStyle": true
},
"hideTablet": {
"type": "boolean",
"copyStyle": true
},
"hideMobile": {
"type": "boolean",
"copyStyle": true
},
"positioningType": {
"type": "object",
"copyStyle": true
},
"positioningWidth": {
"type": "object",
"copyStyle": true
},
"positioningAlign": {
"type": "object",
"copyStyle": true
},
"positioningLocation": {
"type": "string",
"copyStyle": true
},
"positioningLeft": {
"type": "object",
"copyStyle": true
},
"positioningRight": {
"type": "object",
"copyStyle": true
},
"positioningTop": {
"type": "object",
"copyStyle": true
},
"positioningBottom": {
"type": "object",
"copyStyle": true
},
"transform": {
"type": "object",
"copyStyle": true
},
"mask": {
"type": "object",
"copyStyle": true
},
"condition": {
"type": "object",
"default": {}
}
},
"usesContext": [
"postId",
"postType",
"queryId"
],
"supports": {
"className": false,
"anchor": true
},
"keywords": [
"single",
"post",
"author"
],
"style": [
"gutenverse-frontend-post-author-style"
]
}