scrivito_elastic_slider_widget 0.0.5 → 0.0.60
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: 643487a99306898a4497560981e435d6257a29ae
|
4
|
+
data.tar.gz: 8197937bed161b300ac8f100b9fc1815f1e8ed04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c294ed3064773dab78d3e53916903555fd14cc3e6aeaff3ae390bb198d20ad169be42a20b2914ba23bd326199db465e361fe7ad4622aac84bb86bc7cfe3a91ea
|
7
|
+
data.tar.gz: fb0592597b481c34da8575bc8ba3ae55571aecab321c75ceb954b4d90c822eb8b318a1b0b77e634ab9d3e170e9379285a90593bb5c11ab2cd2ece67300ee4d0d
|
@@ -1,4 +1,8 @@
|
|
1
1
|
class ElasticSliderPanelWidget < Widget
|
2
|
+
attribute :button, :link
|
3
|
+
attribute :content, :string
|
4
|
+
attribute :headline, :string
|
5
|
+
attribute :image, :reference
|
2
6
|
|
3
7
|
def additional_classes(params)
|
4
8
|
begin
|
@@ -11,4 +15,8 @@ class ElasticSliderPanelWidget < Widget
|
|
11
15
|
"Elastic Slider Panel"
|
12
16
|
end
|
13
17
|
|
18
|
+
def self.valid_container_classes
|
19
|
+
[ElasticSliderWidget]
|
20
|
+
end
|
21
|
+
|
14
22
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scrivito_elastic_slider_widget
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.60
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Scrivito
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-04-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|