scrivito_icon_box_widget 1.1.8 → 1.1.9
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: 1a0952f6ddd8a3a553e8ad7b0b82171f641e91ce
|
4
|
+
data.tar.gz: 8e75d4f137769f0fb297e4a5f6c5d11ecc0727ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed7fd535f48d4a4338a6299ab30658a844ee6f81c9d0122f74ccd53ed8b204f7ea78fca47e366f8cc01bbd067183ed07536fb7817ef6b388fdcda0f9f0e61c35
|
7
|
+
data.tar.gz: 1af74c4af2d52f5ce4e4f57c7267d120a403229941f1c6e1489165fff266c310dc4beb5e3244684aa5938749fb1ff47d867e0f2138aa99b9edcf544da4571ab6
|
@@ -1,16 +1,19 @@
|
|
1
|
-
|
2
|
-
<h4>Icon</h4>
|
1
|
+
<%= scrivito_details_for 'Icon' do %>
|
3
2
|
<%= render 'icon_box_widget/partials/icons_picker', widget: widget, attribute: :icon %>
|
3
|
+
<% end %>
|
4
4
|
|
5
|
-
|
5
|
+
<%= scrivito_details_for 'Size' do %>
|
6
6
|
<%= scrivito_toggle_button_editor(widget, :size) %>
|
7
|
+
<% end %>
|
7
8
|
|
8
|
-
|
9
|
+
<%= scrivito_details_for 'Style' do %>
|
9
10
|
<%= scrivito_toggle_button_editor(widget, :style) %>
|
11
|
+
<% end %>
|
10
12
|
|
11
|
-
|
13
|
+
<%= scrivito_details_for 'Icon Color' do %>
|
12
14
|
<%= render 'icon_box_widget/partials/color_picker', widget: widget, attribute: :color %>
|
15
|
+
<% end %>
|
13
16
|
|
14
|
-
|
17
|
+
<%= scrivito_details_for 'Background Color' do %>
|
15
18
|
<%= render 'icon_box_widget/partials/color_picker', widget: widget, attribute: :background_color %>
|
16
|
-
|
19
|
+
<% end %>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
content_tag(:i, '', :class => "fa fa-#{elem}") + " " + elem
|
4
4
|
end
|
5
5
|
end %>
|
6
|
-
|
6
|
+
<hr />
|
7
7
|
<h4>Icon not in List</h4>
|
8
8
|
<div class="alert alert-info">
|
9
9
|
If the list does not contain an icon for your need, look at <a href="https://fortawesome.github.io/Font-Awesome/icons/" target="_blank">fontawesome webpage</a>. There are more then 500 icons that ca be used. Write the name of the icon with out fa- in the field. For Exeample: <stong>car</stong> instead of <i>fa-car</i>.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scrivito_icon_box_widget
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.9
|
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-06-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|