Create block-editor sidebar component
parent
2b7d206c
No related branches found
No related tags found
Showing
- Gruntfile.js 11 additions, 14 deletionsGruntfile.js
- assets/build/index.asset.php 1 addition, 0 deletionsassets/build/index.asset.php
- assets/build/index.js 1 addition, 0 deletionsassets/build/index.js
- assets/src/index.js 1 addition, 0 deletionsassets/src/index.js
- assets/src/js/index.js 28 additions, 0 deletionsassets/src/js/index.js
- assets/src/js/panel-body.js 82 additions, 0 deletionsassets/src/js/panel-body.js
- automatically-paginate-posts.php 6 additions, 3 deletionsautomatically-paginate-posts.php
- inc/class-block-editor.php 20 additions, 0 deletionsinc/class-block-editor.php
- languages/automatically-paginate-posts.pot 24 additions, 12 deletionslanguages/automatically-paginate-posts.pot
- package-lock.json 29315 additions, 29251 deletionspackage-lock.json
- package.json 28 additions, 26 deletionspackage.json
assets/build/index.asset.php
0 → 100644
assets/build/index.js
0 → 100644
assets/src/index.js
0 → 100644
assets/src/js/index.js
0 → 100644
assets/src/js/panel-body.js
0 → 100644
source diff could not be displayed: it is too large. Options to address this: view the blob.
{ | ||
"name": "automatically-paginate-posts", | ||
"version": "0.1.0", | ||
"main": "Gruntfile.js", | ||
"author": "Erick Hitter & Oomph, Inc.", | ||
"devDependencies": { | ||
"@wordpress/scripts": "^23.3.0", | ||
"grunt": "^1.5.3", | ||
"grunt-wp-i18n": "^1.0.3", | ||
"grunt-wp-readme-to-markdown": "^2.1.0" | ||
}, | ||
"scripts": { | ||
"build": "wp-scripts build", | ||
"check-engines": "wp-scripts check-engines", | ||
"check-licenses": "wp-scripts check-licenses", | ||
"format": "wp-scripts format", | ||
"grunt": "grunt", | ||
"lint:css": "wp-scripts lint-style", | ||
"lint:js": "wp-scripts lint-js", | ||
"lint:md:docs": "wp-scripts lint-md-docs", | ||
"lint:pkg-json": "wp-scripts lint-pkg-json", | ||
"packages-update": "wp-scripts packages-update", | ||
"start": "wp-scripts start", | ||
"test": "npm run test:e2e && npm run test:unit", | ||
"test:e2e": "wp-scripts test-e2e --passWithNoTests", | ||
"test:unit": "wp-scripts test-unit-js --passWithNoTests" | ||
} | ||
"name": "automatically-paginate-posts", | ||
"version": "0.1.0", | ||
"main": "Gruntfile.js", | ||
"author": "Erick Hitter & Oomph, Inc.", | ||
"devDependencies": { | ||
"@wordpress/icons": "^9.2.0", | ||
"@wordpress/scripts": "^23.3.0", | ||
"grunt": "^1.5.3", | ||
"grunt-wp-i18n": "^1.0.3", | ||
"grunt-wp-readme-to-markdown": "^2.1.0", | ||
"prettier": "npm:wp-prettier@^2.6.2" | ||
}, | ||
"scripts": { | ||
"build": "wp-scripts build", | ||
"check-engines": "wp-scripts check-engines", | ||
"check-licenses": "wp-scripts check-licenses", | ||
"format": "wp-scripts format", | ||
"grunt": "grunt", | ||
"lint:css": "wp-scripts lint-style", | ||
"lint:js": "wp-scripts lint-js", | ||
"lint:md:docs": "wp-scripts lint-md-docs", | ||
"lint:pkg-json": "wp-scripts lint-pkg-json", | ||
"packages-update": "wp-scripts packages-update", | ||
"start": "wp-scripts start", | ||
"test": "npm run test:e2e && npm run test:unit", | ||
"test:e2e": "wp-scripts test-e2e --passWithNoTests", | ||
"test:unit": "wp-scripts test-unit-js --passWithNoTests" | ||
} | ||
} |
Please register or sign in to comment