ecm_links2_backend 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b962c4a11dbb7647c0026da452db1af614d93ff8
|
4
|
+
data.tar.gz: d03373484b2bb0ea339b63567498a5d124d2d5a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9beee9a7b0086c030cf0cd9d10369122b2b4b96b5a65cf9a5f4ffff103fe8f0574a655bb302e0b3fa414bbe486953654286af5975bb5a1265797a581e367a010
|
7
|
+
data.tar.gz: 8075141b32830280e7d439f12563775b46e24b62f344101a7c231167403160a0ff1c778737aa11a63cb56996fc1f6376dde6ecfec42cf322da049a332f6333e9
|
@@ -7,8 +7,8 @@
|
|
7
7
|
|
8
8
|
.well
|
9
9
|
= form.input :markup_language, collection: Ecm::Links::markup_languages
|
10
|
-
= form.input :short_description, input_html: { 'data-add-editor':
|
11
|
-
= form.input :long_description, input_html: { 'data-add-editor':
|
10
|
+
= form.input :short_description, input_html: { 'data-add-editor': Itsf::Backend.features?(:'ace-rails-ap'), 'data-editor-syntax': form.object.markup_language }
|
11
|
+
= form.input :long_description, input_html: { 'data-add-editor': Itsf::Backend.features?(:'ace-rails-ap'), 'data-editor-syntax': form.object.markup_language }
|
12
12
|
|
13
13
|
.well
|
14
14
|
= form.input :link_footer_column, collection: (1..Ecm::Links::Configuration.link_footer_columns).to_a
|
@@ -8,4 +8,4 @@
|
|
8
8
|
|
9
9
|
.well
|
10
10
|
= form.input :markup_language, collection: Ecm::Links::markup_languages
|
11
|
-
= form.input :description, input_html: { 'data-add-editor':
|
11
|
+
= form.input :description, input_html: { 'data-add-editor': Itsf::Backend.features?(:'ace-rails-ap'), 'data-editor-syntax': form.object.markup_language }
|