You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,9 @@ Features:
23
23
```
24
24
- Use the input with `as: :froala_editor` in Active Admin model conf
25
25
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)
28
29
29
30
## Examples
30
31
@@ -71,9 +72,6 @@ Consider that this is just a basic example: images are uploaded as soon as they
71
72
the *upload_admin_post_path*) and it doesn't provide a way to remove images (just deleting them from
72
73
the editor will not destroy them, you'll need to implement a purge logic for that).
73
74
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
-
77
75
## Do you like it? Star it!
78
76
If you use this component just star it. A developer is more motivated to improve a project when there is some interest.
79
77
@@ -84,5 +82,6 @@ Take a look at [other Active Admin components](https://github.com/blocknotes?utf
84
82
- The good guys that opened issues and pull requests from time to time
85
83
86
84
## 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/).
0 commit comments