installed plugin Easy Digital Downloads
version 3.1.0.3
This commit is contained in:
@ -0,0 +1,115 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 2,
|
||||
"name": "edd/downloads",
|
||||
"version": "2.0.0",
|
||||
"title": "EDD Products",
|
||||
"category": "easy-digital-downloads",
|
||||
"icon": "download",
|
||||
"description": "A block to show your Easy Digital Download products based on visual customizations and query parameters.",
|
||||
"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": {
|
||||
"image_location": {
|
||||
"type": "string",
|
||||
"default": "before_entry_title"
|
||||
},
|
||||
"image_size": {
|
||||
"type": "string",
|
||||
"default": "large"
|
||||
},
|
||||
"image_alignment": {
|
||||
"type": "string",
|
||||
"default": "center"
|
||||
},
|
||||
"content": {
|
||||
"type": "string",
|
||||
"default": "excerpt"
|
||||
},
|
||||
"columns": {
|
||||
"type": "number",
|
||||
"default": 3
|
||||
},
|
||||
"number": {
|
||||
"type": "number",
|
||||
"default": 6
|
||||
},
|
||||
"align": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"order": {
|
||||
"type": "string",
|
||||
"default": "DESC"
|
||||
},
|
||||
"orderby": {
|
||||
"type": "string",
|
||||
"default": "date"
|
||||
},
|
||||
"title": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"purchase_link": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"price": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"category": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
""
|
||||
]
|
||||
},
|
||||
"tag": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
""
|
||||
]
|
||||
},
|
||||
"pagination": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"image_link": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"purchase_link_align": {
|
||||
"type": "string",
|
||||
"default": "none"
|
||||
},
|
||||
"show_price": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"all_access": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"attributes": {
|
||||
"columns": 1,
|
||||
"number": 2,
|
||||
"pagination": false
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => '65fac9798bc396ac4f3f');
|
@ -0,0 +1 @@
|
||||
.edd-no-js{display:none!important}svg.edd-blocks__icon{fill:none!important}.edd-blocks-term-selector select{min-height:60px!important}.edd-blocks-term-selector svg{display:none!important}
|
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-downloads .navigation{border:none;display:flex;gap:.5rem;justify-content:center;margin:2rem 0}.wp-block-edd-downloads .page-numbers{border:1px solid;border-radius:3px;padding:.5rem 1rem}.edd-blocks__downloads{display:grid;gap:2rem}.edd-blocks__columns .edd-blocks__download{display:flex;flex-direction:column;padding:1rem}.edd-blocks__columns .edd-blocks__download-content{flex-grow:1}.edd-blocks__download-image-link{border:none;padding:0}.edd-blocks__download-image-link img{display:block;height:auto;max-width:100%}.wp-block-edd-buy-button .edd-submit{display:table}.wp-block-edd-buy-button .aligncenter,.wp-block-edd-buy-button .alignwide{margin:0 auto}.wp-block-edd-buy-button .alignright{margin:0 0 0 auto}.wp-block-edd-buy-button .alignleft{margin:0 auto 0 0}.wp-block-edd-buy-button .alignwide{width:100%}
|
Reference in New Issue
Block a user