added additional plugins
This commit is contained in:
parent
c85895d306
commit
00e60ec1b7
132 changed files with 27514 additions and 0 deletions
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Asset file for the wizard JavaScript bundle.
|
||||
* This file would normally be generated by @wordpress/scripts build process.
|
||||
*
|
||||
* To build the React app:
|
||||
* 1. Install dependencies: npm install @wordpress/scripts --save-dev
|
||||
* 2. Add to package.json scripts: "build": "wp-scripts build assets/src/wizard/App.jsx --output-path=admin/js/wpfmj-wizard.js"
|
||||
* 3. Run: npm run build
|
||||
*/
|
||||
|
||||
return array(
|
||||
'dependencies' => array(
|
||||
'wp-element',
|
||||
'wp-components',
|
||||
'wp-i18n',
|
||||
'wp-api-fetch',
|
||||
),
|
||||
'version' => '1.0.0'
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue