cms-block-editor 1.0.14 → 1.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/index.css +792 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +195 -1
- package/dist/index.mjs +1015 -17
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -372,6 +372,7 @@ Check out the [example app](./example-app) for a complete implementation with:
|
|
|
372
372
|
## Documentation
|
|
373
373
|
|
|
374
374
|
Comprehensive guides available:
|
|
375
|
+
- [Features Summary](./docs/FEATURES-SUMMARY.md) - Complete overview of all features
|
|
375
376
|
- [Theme System Guide](./docs/THEME-GUIDE.md) - Complete theming and customization
|
|
376
377
|
- [Video Upload Guide](./docs/VIDEO-GUIDE.md) - Native HTML5 video upload and playback
|
|
377
378
|
- [Image Editing Guide](./docs/IMAGE-EDITING-GUIDE.md) - Advanced image filters and effects
|