scrivito_sdk 1.10.0.rc4 → 1.10.0.rc5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cms/scrivito/attribute_content.rb +3 -1
- data/config/ca-bundle.crt +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cf338703d658786e6eb61091d9faec217099d9e4
|
4
|
+
data.tar.gz: 179afe6004e573276e00a3971e930e02bac4a441
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9fb7cbc634479012e275ddc77cce8d45ea9940cfe3d344f455d16ef594b17d616f40d2ce0eaceb8f94da5c1b35fcec46bf4911c1203a1f4a42519636a2cfc04a
|
7
|
+
data.tar.gz: d9ef9151c2e07cb43ff867f06b852d19275997ad3b8e15c41b6b5fd63591a8874888950687d93254155d4d4f1d8571b3f675bebd706d0b66cb7354e993186be7
|
@@ -138,7 +138,9 @@ module AttributeContent
|
|
138
138
|
computed_classes = self.class.assert_classes(valid_widget_classes_for(field),
|
139
139
|
'#valid_widget_classes_for')
|
140
140
|
ruby_classes = (computed_classes || Scrivito.models.widgets.to_a).uniq
|
141
|
-
ruby_classes.select
|
141
|
+
ruby_classes.select do |ruby_class|
|
142
|
+
ruby_class.valid_inside_container?(self.class) && !ruby_class.hide_from_editor?
|
143
|
+
end
|
142
144
|
end
|
143
145
|
|
144
146
|
|
data/config/ca-bundle.crt
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##
|
2
2
|
## Bundle of CA Root Certificates
|
3
3
|
##
|
4
|
-
## Certificate data from Mozilla as of: Wed Jun
|
4
|
+
## Certificate data from Mozilla as of: Wed Jun 28 14:47:10 2017 GMT
|
5
5
|
##
|
6
6
|
## This is a bundle of X.509 certificates of public Certificate Authorities
|
7
7
|
## (CA). These were automatically extracted from Mozilla's root certificates
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scrivito_sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.10.0.
|
4
|
+
version: 1.10.0.rc5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Infopark AG
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-06-
|
11
|
+
date: 2017-06-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|