tramway-landing 1.3.1 → 1.3.2

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
  SHA256:
3
- metadata.gz: bf9ecdb263cc857540e746b561a57c2c4072518ae2199ce3768f5fca77e38937
4
- data.tar.gz: 245825f98494763df2fc6aae22f33f527e5be6f193a2cf20e05af1f6e084e136
3
+ metadata.gz: 6d15313b148ce2fcce45fac9397481f6e86d182c542004f0fe9e8e56baa21263
4
+ data.tar.gz: a0feeeafc5665767f9f256eb3bdfc0a1591d771920bead563631a71458f810ea
5
5
  SHA512:
6
- metadata.gz: bd43975a90f49edeada5d751d1a0572306fe449fce9947c350ec4c9e21e386f445b6c2727fb4400bf87be1dab09918d5be32109a8d595ba0fcba8b6b3e3d4b7d
7
- data.tar.gz: 6d5b7b500ee142e2a7706c159ef89adf5f282c499e4fa000f315d987642fdb29c6c58bad46e497ea7edbe724cfd68956fd598413f03e3eebe8a1b8fc489c525b
6
+ metadata.gz: c418defc30bfcabd1e1b270fcd07dbb831a579398e58bb45a8239c85c00c13ed2c467c24bea24242686ec93f4735b3241d97b7e63ff66fb30c3fb8a7a3ff5f59
7
+ data.tar.gz: 4bb67a78abfd6ef229fc72e77a526969c943cc00bba564d35da186ff2f8d5d5e5f23b83eebf8cace7e517cf4d0a2d488c94a4de79410241579d508cdb2e45c2f
@@ -9,7 +9,7 @@ class Tramway::Landing::BlockForm < ::Tramway::Core::ApplicationForm
9
9
  block_type: :default,
10
10
  navbar_link: :default,
11
11
  anchor: :string,
12
- description: :default,
12
+ description: :ckeditor,
13
13
  link_object_type: :default,
14
14
  link_object_id: :numeric
15
15
  form_object
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Landing
3
- VERSION = '1.3.1'
3
+ VERSION = '1.3.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-landing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov