proclaim 0.6.2 → 0.6.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b85b1d07acfbfb7fdb510064f692fd0c177e57116101a4529d282776c11c59b6
|
|
4
|
+
data.tar.gz: a252e069db1d14230541335b59f3694ba0ddc30aadc0faf87e6d69e206b01f11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ac134affed3d3226498943a73c6fbda615101178c255681e65fafecaa639e2ceaa5d148fda9ccaae64b1ecdfd1da91207c376a4dd2e3edce1c7b32c9f0e83e9
|
|
7
|
+
data.tar.gz: 5a9b26d837921ce5c670dfe119293a93f3c178d6014e205cb19328d99e3770620298b3e9b031c24fa0574c01cd4c0fd24e00dd077a4b92bb99e1991340f39566
|
|
@@ -124,8 +124,8 @@ div.post_body.editable:after
|
|
|
124
124
|
top: 0;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
-
|
|
128
|
-
|
|
127
|
+
div.scrolling-container
|
|
128
|
+
{
|
|
129
129
|
height: 100%;
|
|
130
130
|
min-height: 100%;
|
|
131
131
|
overflow-y: auto;
|
|
@@ -172,4 +172,25 @@ div.scrolling-container {
|
|
|
172
172
|
max-width: 100%;
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
|
+
|
|
176
|
+
ul
|
|
177
|
+
{
|
|
178
|
+
li
|
|
179
|
+
{
|
|
180
|
+
&.ql-indent-1:before
|
|
181
|
+
{
|
|
182
|
+
content: '\25E6';
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
&.ql-indent-2:before
|
|
186
|
+
{
|
|
187
|
+
content: '\2B1D';
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
&.ql-indent-3:before
|
|
191
|
+
{
|
|
192
|
+
content: '\2B1E';
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
}
|
|
175
196
|
}
|
|
@@ -33,7 +33,7 @@ Proclaim.setup do |config|
|
|
|
33
33
|
# Formats to allow in the editor (can be a superset of the toolbar)
|
|
34
34
|
# config.editor_formats = [
|
|
35
35
|
# 'align', 'blockquote', 'bold', 'code', 'code-block', 'formula', 'header',
|
|
36
|
-
# 'image', 'italic', 'link', 'list', 'strike', 'underline', 'video'
|
|
36
|
+
# 'image', 'indent', italic', 'link', 'list', 'strike', 'underline', 'video'
|
|
37
37
|
# ]
|
|
38
38
|
|
|
39
39
|
# Email address to use in the "from" field of all emails
|
data/lib/proclaim.rb
CHANGED
|
@@ -29,7 +29,7 @@ module Proclaim
|
|
|
29
29
|
mattr_accessor :editor_formats
|
|
30
30
|
@@editor_formats = [
|
|
31
31
|
'align', 'blockquote', 'bold', 'code', 'code-block', 'formula', 'header',
|
|
32
|
-
'image', 'italic', 'link', 'list', 'strike', 'underline', 'video'
|
|
32
|
+
'image', 'indent', 'italic', 'link', 'list', 'strike', 'underline', 'video'
|
|
33
33
|
]
|
|
34
34
|
|
|
35
35
|
mattr_accessor :mailer_sender
|
data/lib/proclaim/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: proclaim
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kyle Fazzari
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-06-
|
|
11
|
+
date: 2019-06-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|