caboose-cms 0.4.96 → 0.4.97
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.
- checksums.yaml +8 -8
- data/app/helpers/caboose/application_helper.rb +1 -1
- data/lib/caboose/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MzdiYzZlNTVlODI3NzFhZDc3ZmRlNWQ3NjAxZTg1OWVhNGM1ZTY2Ng==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NjRhM2Y0M2U4NmRlNGRkMDc1YTNjZWFhYzVkNzk1ODM5ZmU0OWQxNA==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OGU1NjhlYzc3ZjI2MmJiZDEwNjVlZDYxMTk5YzlkNjk3ZGZkNGM1MGFjMzcw
|
|
10
|
+
ZjU1NWM5MGZjNzJjYTlmODVjM2VmOTEyMmMyNGI2NmY4MWJkMzA1Nzc3NGEx
|
|
11
|
+
YTUxODNkZDJmNjk4MzZhMjMyZGI5NzdjY2JlZDIzNTg5ZTNjY2U=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YWNiZWI5NWE2YjdjYTBlNjEyOGNhNmJlMmI2ZThjNGMzOWViMDM0NTA1Y2Zh
|
|
14
|
+
YWMyZDQyMWM3ZDE4MTcyNmY5Yzk4MzlhNTdmNTQ1Y2U1NDk1ZDVhYTBkZWFk
|
|
15
|
+
MWE1MTBiZjUyN2E1MzhiMzJlYjNlYTM3MzljYTM3MGFhOGVlMGI=
|
|
@@ -13,7 +13,7 @@ tinyMCE.init({
|
|
|
13
13
|
plugins: 'advlist autolink lists link image charmap print preview hr anchor pagebreak searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking table contextmenu directionality emoticons template paste textcolor caboose',
|
|
14
14
|
toolbar1: 'caboose_save caboose_cancel | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image',
|
|
15
15
|
image_advtab: true,
|
|
16
|
-
external_plugins: { 'caboose': '//#{Caboose::
|
|
16
|
+
external_plugins: { 'caboose': '//#{Caboose::cdn_domain}/assets/tinymce/plugins/caboose/plugin.js' },
|
|
17
17
|
setup: function(editor) {
|
|
18
18
|
var control = ModelBinder.tinymce_control(editor.id);
|
|
19
19
|
editor.on('keyup', function(e) { control.tinymce_change(editor); });
|
data/lib/caboose/version.rb
CHANGED