Skip to content

Commit b6ff588

Browse files
committed
v0.2.8
1 parent e7c68ea commit b6ff588

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ Features:
2323
```
2424
- Use the input with `as: :froala_editor` in Active Admin model conf
2525

26-
## Options
27-
**data-options**: permits to set *froala editor* options directly - see [options list](https://www.froala.com/wysiwyg-editor/docs/options)
26+
## Notes
27+
- To use this plugins with Active Admin 1.x please use the version [0.1.3](https://github.com/blocknotes/activeadmin_froala_editor/releases/tag/v0.1.3)
28+
- **data-options**: permits to set *froala editor* options directly from the form field (examples below) - see [options list](https://www.froala.com/wysiwyg-editor/docs/options)
2829

2930
## Examples
3031

@@ -71,9 +72,6 @@ Consider that this is just a basic example: images are uploaded as soon as they
7172
the *upload_admin_post_path*) and it doesn't provide a way to remove images (just deleting them from
7273
the editor will not destroy them, you'll need to implement a purge logic for that).
7374

74-
## Notes
75-
- To use this plugins with Active Admin 1.x please use the version [0.1.3](https://github.com/blocknotes/activeadmin_froala_editor/releases/tag/v0.1.3)
76-
7775
## Do you like it? Star it!
7876
If you use this component just star it. A developer is more motivated to improve a project when there is some interest.
7977

@@ -84,5 +82,6 @@ Take a look at [other Active Admin components](https://github.com/blocknotes?utf
8482
- The good guys that opened issues and pull requests from time to time
8583

8684
## License
87-
- The gem is available as open-source under the terms of the [MIT](LICENSE.txt)
88-
- For Froala editor License: see [Froala website](https://froala.com/wysiwyg-editor/)
85+
The gem is available as open-source under the terms of the [MIT](LICENSE.txt).
86+
87+
For Froala editor License: see [Froala website](https://froala.com/wysiwyg-editor/).

lib/activeadmin/froala_editor/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module ActiveAdmin
44
module FroalaEditor
5-
VERSION = '0.2.4'
5+
VERSION = '0.2.8'
66
end
77
end

0 commit comments

Comments
 (0)