installed plugin Easy Digital Downloads
version 3.1.0.3
This commit is contained in:
@ -0,0 +1,81 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 2,
|
||||
"name": "edd/terms",
|
||||
"version": "2.0.0",
|
||||
"title": "EDD Download Terms",
|
||||
"category": "easy-digital-downloads",
|
||||
"icon": "category",
|
||||
"description": "Show categories, or tags for Easy Digital Download products.",
|
||||
"keywords": [
|
||||
"easy digital downloads",
|
||||
"edd",
|
||||
"downloads"
|
||||
],
|
||||
"supports": {
|
||||
"html": false,
|
||||
"align": [
|
||||
"wide",
|
||||
"full"
|
||||
]
|
||||
},
|
||||
"textdomain": "easy-digital-downloads",
|
||||
"editorScript": "file:./index.js",
|
||||
"editorStyle": "file:./index.css",
|
||||
"style": "file:./style-index.css",
|
||||
"attributes": {
|
||||
"taxonomy": {
|
||||
"type": "string",
|
||||
"default": "download_category"
|
||||
},
|
||||
"thumbnails": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"description": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"columns": {
|
||||
"type": "number",
|
||||
"default": 3
|
||||
},
|
||||
"align": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"order": {
|
||||
"type": "string",
|
||||
"default": "DESC"
|
||||
},
|
||||
"orderby": {
|
||||
"type": "string",
|
||||
"default": "count"
|
||||
},
|
||||
"title": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"count": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"show_empty": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"image_size": {
|
||||
"type": "string",
|
||||
"default": "large"
|
||||
},
|
||||
"image_alignment": {
|
||||
"type": "string",
|
||||
"default": "center"
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"attributes": {
|
||||
"columns": 1
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => '481a55873a76d759425a');
|
@ -0,0 +1 @@
|
||||
|
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@
|
||||
.edd-blocks__columns{grid-gap:1rem;display:grid}@media(min-width:600px){.edd-blocks__columns{grid-template-columns:repeat(2,50%)}}@media(min-width:960px){.edd-blocks__columns-3{grid-template-columns:repeat(3,1fr)}.edd-blocks__columns-4{grid-template-columns:repeat(4,1fr)}.edd-blocks__columns-5{grid-template-columns:repeat(5,1fr)}.edd-blocks__columns-6{grid-template-columns:repeat(6,1fr)}}.wp-block-edd-terms{grid-gap:1rem;display:grid}.wp-block-edd-terms img{display:block;height:auto;max-width:100%}.edd-blocks__term-title{align-items:center;display:flex;gap:.5rem}
|
Reference in New Issue
Block a user