1.0.2 • Published 7 years ago
@particles/tiny-mce v1.0.2
Tiny Mce
TinyMCE component
Usage
- Requires callback prop to handle content change (which will be in form of stringified markup)
- initialValue prop for default (saved) value
- Styles are inconfigurable
Development
- Run sandbox similar to other particles
- Update Webpack's DefinePlugin's
ASSETS_URLandSKIN_URLtoJSON.stringify('/')to use local assets instead of S3. If you update local assets, ensure it gets updated on S3 before publishing the particle
Change Log
1.0.1
- Use parent's style to fix bug with global
buttonselectors
1.0.0
- Moved loading logic to Provider to fix race conditions
0.1.0
- Initial commit