eb9a8b3cde
* Add downloads section * Create and register the downloads block * Conditionally remove the upload button from the media upload component * Create upload image component * Add media uploader component to the downloads block * Add downloads table * Add remove file feature to the downloads table * Set downloadable to false when there are no download files * Add support to remove uploaded file * If the file has a custom name added by the user, we show it first. The actual file name is then shown in a second line. * Add changelog files * Fix linter error * Address feedback from comments * Fix allowed media types * Register the new feature flag product-virtual-downloadable * Hide the downloads section behind the feature flag product-virtual-downloadable * Update editor settings after sync blocks with template * Get allowedMimeTypes from the editor settings * Fix linter errors |
||
---|---|---|
.. | ||
bin | ||
client | ||
docs | ||
.browserslistrc | ||
.distignore | ||
.eslintignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.npmrc | ||
.prettierrc.js | ||
.stylelintignore | ||
README.md | ||
babel.config.js | ||
package.json | ||
stylelint.config.js | ||
tsconfig.json | ||
unminify.js | ||
webpack.config.js |
README.md
WooCommerce Admin
This is a javascript-driven, React-based admin interface for WooCommerce.
Development
Please refer to the WooCommerce Admin Development
End-to-end tests
Please refer to the WooCommerce End to End Tests
Common Issues
If you're encountering any issue setting things up, chances are we have been there too. Please have a look at our wiki for a list of common problems.