installed plugin Easy Digital Downloads
version 3.1.0.3
This commit is contained in:
@ -0,0 +1,25 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 2,
|
||||
"name": "edd/checkout",
|
||||
"version": "2.0.0",
|
||||
"title": "EDD Checkout",
|
||||
"category": "easy-digital-downloads",
|
||||
"icon": "products",
|
||||
"description": "Beta: Full checkout block for Easy Digital Downloads.",
|
||||
"keywords": [
|
||||
"easy digital downloads",
|
||||
"edd",
|
||||
"checkout"
|
||||
],
|
||||
"supports": {
|
||||
"html": false
|
||||
},
|
||||
"textdomain": "easy-digital-downloads",
|
||||
"editorScript": "file:./index.js",
|
||||
"editorStyle": "file:./index.css",
|
||||
"style": "file:./style-index.css",
|
||||
"example": {
|
||||
"attributes": {}
|
||||
}
|
||||
}
|
@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => '5f9828f99e37e2672da7');
|
@ -0,0 +1 @@
|
||||
.wp-block-edd-checkout input:read-only{background-color:transparent}.wp-block-edd-checkout.block-editor-block-list__block{padding:2rem!important}.wp-block-edd-checkout .description{background-color:#efefef;margin-bottom:1em;padding:1em}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user