scrivito_section_widgets 1.0.2 → 1.0.3
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 +4 -4
- data/app/assets/images/widgets/scrivito_section_content_widget.png +0 -0
- data/app/assets/images/widgets/scrivito_section_parallax_widget.png +0 -0
- data/app/assets/images/widgets/scrivito_section_video_widget.png +0 -0
- data/app/views/section_content_widget/thumbnail.html.erb +1 -1
- data/app/views/section_parallax_widget/details.html.erb +3 -3
- data/app/views/section_parallax_widget/thumbnail.html.erb +2 -2
- data/app/views/section_video_widget/thumbnail.html.erb +1 -1
- data/lib/scrivito_section_widgets/version.rb +1 -1
- metadata +5 -5
- data/app/assets/images/section_content.png +0 -0
- data/app/assets/images/section_parallax.png +0 -0
- data/app/assets/images/section_video.png +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c3510c8fb601247caabf0d831b32537579f7d1f
|
|
4
|
+
data.tar.gz: 4c7daf019cc6e4a4f6b7e702d540bfb2cb1d59b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 17302b6a922e853fd66c30c242ee07ec863f5150be5d3d5f03729487c1fe45d397b4a93e5b763b735584c7ee8ee5cc3cfacda2591e75cfe7ccaaf30124e90a32
|
|
7
|
+
data.tar.gz: 026f948133097883a7609ba49615ade5d36a6a88739f5184bf8bfd9521651ffdc0443334518394ca9344166ffcb1fc033d1bfdef4c4bb060729d510ffb56681c
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<%= scrivito_thumbnail t('scrivito_section_content_widget.thumbnail.title', default: 'Section'), image_tag("
|
|
1
|
+
<%= scrivito_thumbnail t('scrivito_section_content_widget.thumbnail.title', default: 'Section'), image_tag("widgets/scrivito_section_content_widget.png") do %>
|
|
2
2
|
<%= t('scrivito_section_content_widget.thumbnail.description', default: 'Add a section for your content. A Section can have a Background color to seperate some content') %>
|
|
3
3
|
<% end %>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<%= scrivito_details_for t('
|
|
1
|
+
<%= scrivito_details_for t('scrivito_section_parallax_widget.details.background_image', default: 'Background Image') do %>
|
|
2
2
|
<%= scrivito_tag(:div, widget, :background_image) %>
|
|
3
3
|
<% end %>
|
|
4
4
|
|
|
5
|
-
<%= scrivito_details_for t('
|
|
5
|
+
<%= scrivito_details_for t('scrivito_section_parallax_widget.details.speed', default: 'Speed') do %>
|
|
6
6
|
<%= scrivito_tag(:div, widget, :speed) %>
|
|
7
7
|
<% end %>
|
|
8
8
|
|
|
9
|
-
<%= scrivito_details_for t('
|
|
9
|
+
<%= scrivito_details_for t('scrivito_section_parallax_widget.details.height', default: 'Height') do %>
|
|
10
10
|
<%= scrivito_tag(:div, widget, :height) %>
|
|
11
11
|
<% end %>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<%= scrivito_thumbnail t('
|
|
2
|
-
<%= t('
|
|
1
|
+
<%= scrivito_thumbnail t('scrivito_section_parallax_widget.thumbnail.title', default: 'Parallax'), image_tag("widgets/scrivito_section_parallax_widget.png") do %>
|
|
2
|
+
<%= t('scrivito_section_parallax_widget.thumbnail.description', default: 'Add an image with parallax effect') %>
|
|
3
3
|
<% end %>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<%= scrivito_thumbnail t('scrivito_section_video_widget.thumbnail.title', default: 'Background Video'), image_tag("
|
|
1
|
+
<%= scrivito_thumbnail t('scrivito_section_video_widget.thumbnail.title', default: 'Background Video'), image_tag("widgets/scrivito_section_video_widget.png") do %>
|
|
2
2
|
<%= t('scrivito_section_video_widget.thumbnail.description', default: 'Add a background Video as section to your page') %>
|
|
3
3
|
<% end %>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scrivito_section_widgets
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Scrivito
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-08-
|
|
11
|
+
date: 2016-08-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: scrivito
|
|
@@ -33,9 +33,9 @@ extra_rdoc_files: []
|
|
|
33
33
|
files:
|
|
34
34
|
- LICENSE
|
|
35
35
|
- Rakefile
|
|
36
|
-
- app/assets/images/
|
|
37
|
-
- app/assets/images/
|
|
38
|
-
- app/assets/images/
|
|
36
|
+
- app/assets/images/widgets/scrivito_section_content_widget.png
|
|
37
|
+
- app/assets/images/widgets/scrivito_section_parallax_widget.png
|
|
38
|
+
- app/assets/images/widgets/scrivito_section_video_widget.png
|
|
39
39
|
- app/assets/javascripts/scrivito_section_widgets.js
|
|
40
40
|
- app/assets/javascripts/scrivito_section_widgets/parallax.js
|
|
41
41
|
- app/assets/javascripts/scrivito_section_widgets/scripts.js
|
|
Binary file
|
|
Binary file
|
|
Binary file
|