effective_ckeditor 1.9.3 → 1.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/MIT-LICENSE +1 -1
- data/app/assets/stylesheets/effective_ckeditor/plugins/dialog.scss +3 -0
- data/app/assets/stylesheets/effective_ckeditor/plugins/effective_assets.scss +3 -0
- data/app/assets/stylesheets/effective_ckeditor/plugins/effective_references.scss +3 -0
- data/app/assets/stylesheets/effective_ckeditor/plugins/effective_regions.scss +11 -0
- data/app/assets/stylesheets/effective_ckeditor/plugins/{oembed.scss.erb → oembed.scss} +0 -0
- data/app/assets/stylesheets/effective_ckeditor/plugins/showblocks.scss +43 -0
- data/app/assets/stylesheets/effective_ckeditor/plugins/snippets.scss +3 -0
- data/lib/effective_ckeditor/version.rb +1 -1
- metadata +10 -11
- data/app/assets/stylesheets/effective_ckeditor/plugins/dialog.scss.erb +0 -3
- data/app/assets/stylesheets/effective_ckeditor/plugins/effective_assets.scss.erb +0 -3
- data/app/assets/stylesheets/effective_ckeditor/plugins/effective_references.scss.erb +0 -3
- data/app/assets/stylesheets/effective_ckeditor/plugins/effective_regions.scss.erb +0 -11
- data/app/assets/stylesheets/effective_ckeditor/plugins/showblocks.scss.erb +0 -43
- data/app/assets/stylesheets/effective_ckeditor/plugins/snippets.scss.erb +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: dab54ee3409bba6aa9206b5707e7cd7d4ae45185f87a7c7cb17ee6468274df99
|
4
|
+
data.tar.gz: 2a133310f47b376a643bc7110e634a02868afaf2e77d97863008a82d53d6278b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4506b6d1aa80af4a74e0552f2639bae7cecd6893d19828344a4961d7028dfbe94c7222ed9aa4e10ab46dcfe11c88d1bf62645416e891fb7099262fba2ba45e8a
|
7
|
+
data.tar.gz: 67622405ddb11c9d383434571345fc5c759017897f25d7cf7e782e454a2f3f4c866b5995a545e6e6221e7f5e295f49af720d9d2c5ce108aecbd1b2c1e02e9a64
|
data/MIT-LICENSE
CHANGED
@@ -0,0 +1,11 @@
|
|
1
|
+
span.cke_button__save_icon {
|
2
|
+
background: url(asset-path('ckeditor/plugins/effective_regions/icons/save.png'));
|
3
|
+
}
|
4
|
+
|
5
|
+
span.cke_button__save_icon.saving {
|
6
|
+
background: url(asset-path('ckeditor/plugins/effective_regions/icons/saving.png'));
|
7
|
+
}
|
8
|
+
|
9
|
+
span.cke_button__exit_icon {
|
10
|
+
background: url(asset-path('ckeditor/plugins/effective_regions/icons/exit.png'));
|
11
|
+
}
|
File without changes
|
@@ -0,0 +1,43 @@
|
|
1
|
+
.cke_editable.cke_show_blocks address:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
2
|
+
background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_address.png'));
|
3
|
+
}
|
4
|
+
|
5
|
+
.cke_editable.cke_show_blocks blockquote:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
6
|
+
background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_blockquote.png'));
|
7
|
+
}
|
8
|
+
|
9
|
+
.cke_editable.cke_show_blocks div:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
10
|
+
background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_div.png'));
|
11
|
+
}
|
12
|
+
|
13
|
+
.cke_editable.cke_show_blocks h1:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
14
|
+
background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_h1.png'));
|
15
|
+
}
|
16
|
+
|
17
|
+
.cke_editable.cke_show_blocks h2:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
18
|
+
background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_h2.png'));
|
19
|
+
}
|
20
|
+
|
21
|
+
.cke_editable.cke_show_blocks h3:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
22
|
+
background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_h3.png'));
|
23
|
+
}
|
24
|
+
|
25
|
+
.cke_editable.cke_show_blocks h4:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
26
|
+
background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_h4.png'));
|
27
|
+
}
|
28
|
+
|
29
|
+
.cke_editable.cke_show_blocks h5:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
30
|
+
background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_h5.png'));
|
31
|
+
}
|
32
|
+
|
33
|
+
.cke_editable.cke_show_blocks h6:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
34
|
+
background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_h6.png'));
|
35
|
+
}
|
36
|
+
|
37
|
+
.cke_editable.cke_show_blocks p:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
38
|
+
background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_p.png'));
|
39
|
+
}
|
40
|
+
|
41
|
+
.cke_editable.cke_show_blocks pre:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
42
|
+
background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_pre.png'));
|
43
|
+
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effective_ckeditor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code and Effect
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -154,14 +154,14 @@ files:
|
|
154
154
|
- app/assets/stylesheets/effective_ckeditor.scss
|
155
155
|
- app/assets/stylesheets/effective_ckeditor/layout.scss
|
156
156
|
- app/assets/stylesheets/effective_ckeditor/overrides.scss
|
157
|
-
- app/assets/stylesheets/effective_ckeditor/plugins/dialog.scss
|
158
|
-
- app/assets/stylesheets/effective_ckeditor/plugins/effective_assets.scss
|
157
|
+
- app/assets/stylesheets/effective_ckeditor/plugins/dialog.scss
|
158
|
+
- app/assets/stylesheets/effective_ckeditor/plugins/effective_assets.scss
|
159
159
|
- app/assets/stylesheets/effective_ckeditor/plugins/effective_menus.scss
|
160
|
-
- app/assets/stylesheets/effective_ckeditor/plugins/effective_references.scss
|
161
|
-
- app/assets/stylesheets/effective_ckeditor/plugins/effective_regions.scss
|
162
|
-
- app/assets/stylesheets/effective_ckeditor/plugins/oembed.scss
|
163
|
-
- app/assets/stylesheets/effective_ckeditor/plugins/showblocks.scss
|
164
|
-
- app/assets/stylesheets/effective_ckeditor/plugins/snippets.scss
|
160
|
+
- app/assets/stylesheets/effective_ckeditor/plugins/effective_references.scss
|
161
|
+
- app/assets/stylesheets/effective_ckeditor/plugins/effective_regions.scss
|
162
|
+
- app/assets/stylesheets/effective_ckeditor/plugins/oembed.scss
|
163
|
+
- app/assets/stylesheets/effective_ckeditor/plugins/showblocks.scss
|
164
|
+
- app/assets/stylesheets/effective_ckeditor/plugins/snippets.scss
|
165
165
|
- lib/effective_ckeditor.rb
|
166
166
|
- lib/effective_ckeditor/engine.rb
|
167
167
|
- lib/effective_ckeditor/version.rb
|
@@ -186,8 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
186
186
|
- !ruby/object:Gem::Version
|
187
187
|
version: '0'
|
188
188
|
requirements: []
|
189
|
-
|
190
|
-
rubygems_version: 2.4.5.1
|
189
|
+
rubygems_version: 3.0.3
|
191
190
|
signing_key:
|
192
191
|
specification_version: 4
|
193
192
|
summary: Wraps the CKEditor 4 Javscript library (http://ckeditor.com/) for use with
|
@@ -1,11 +0,0 @@
|
|
1
|
-
span.cke_button__save_icon {
|
2
|
-
background: url(<%= asset_data_uri('ckeditor/plugins/effective_regions/icons/save.png') %>);
|
3
|
-
}
|
4
|
-
|
5
|
-
span.cke_button__save_icon.saving {
|
6
|
-
background: url(<%= asset_data_uri('ckeditor/plugins/effective_regions/icons/saving.png') %>);
|
7
|
-
}
|
8
|
-
|
9
|
-
span.cke_button__exit_icon {
|
10
|
-
background: url(<%= asset_data_uri('ckeditor/plugins/effective_regions/icons/exit.png') %>);
|
11
|
-
}
|
@@ -1,43 +0,0 @@
|
|
1
|
-
.cke_editable.cke_show_blocks address:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
2
|
-
background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_address.png') %>);
|
3
|
-
}
|
4
|
-
|
5
|
-
.cke_editable.cke_show_blocks blockquote:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
6
|
-
background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_blockquote.png') %>);
|
7
|
-
}
|
8
|
-
|
9
|
-
.cke_editable.cke_show_blocks div:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
10
|
-
background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_div.png') %>);
|
11
|
-
}
|
12
|
-
|
13
|
-
.cke_editable.cke_show_blocks h1:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
14
|
-
background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h1.png') %>);
|
15
|
-
}
|
16
|
-
|
17
|
-
.cke_editable.cke_show_blocks h2:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
18
|
-
background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h2.png') %>);
|
19
|
-
}
|
20
|
-
|
21
|
-
.cke_editable.cke_show_blocks h3:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
22
|
-
background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h3.png') %>);
|
23
|
-
}
|
24
|
-
|
25
|
-
.cke_editable.cke_show_blocks h4:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
26
|
-
background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h4.png') %>);
|
27
|
-
}
|
28
|
-
|
29
|
-
.cke_editable.cke_show_blocks h5:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
30
|
-
background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h5.png') %>);
|
31
|
-
}
|
32
|
-
|
33
|
-
.cke_editable.cke_show_blocks h6:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
34
|
-
background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h6.png') %>);
|
35
|
-
}
|
36
|
-
|
37
|
-
.cke_editable.cke_show_blocks p:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
38
|
-
background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_p.png') %>);
|
39
|
-
}
|
40
|
-
|
41
|
-
.cke_editable.cke_show_blocks pre:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
42
|
-
background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_pre.png') %>);
|
43
|
-
}
|