katalyst-koi 5.8.1 → 5.8.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/koi/form/builder.rb +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 88dc6a0581659c37d379506104cfa64b5105bbddd7e9d451b461f19d93b8c053
4
- data.tar.gz: 6880e2ae75d86020b4122ec5e6e0f49de83ccb6a1246490fe806e8822a8d75df
3
+ metadata.gz: 2bbccc1c1a51a92e74c56bf5664d501b1abde8246d87603dea5a8cd3d2b9e240
4
+ data.tar.gz: 9865266ed5c3db70a2e006495eba5252878cfe3e11b7963a5e95ed2d6f92eb59
5
5
  SHA512:
6
- metadata.gz: e2edf73eaea8370e10d0d37fe98d126f25882339000f0149a7f5f8e7c8ca9c68e9b2570dbc05514e4cf6b7cfb5b846f8541012ed86fffa41e061808c116f9956
7
- data.tar.gz: e0ef3d5af5b0c5bf92903360db6533dcfa10e8b2838d2901cd4810b35e4a804b279f4f9419c5d20c318bbff50ff2c4e13339076f214937f56457d31ed40b4bea
6
+ metadata.gz: b2cd8370bb22c9f84a4ddedb86ee6080affc6c9168a2d115231e75265e08b9e07a38411d34394a5e69b8fa11fb6bae8b3191ae47c0cd32bea5569ef490df6810
7
+ data.tar.gz: 84cb4ab7ae83e6d442c018d111a65b1098922681b257edb55b6ab4bddaf87cfe0c962ad3fe92c88b9a00d2c9cc78b4bb3305a5dc92aaed1bf4e714bebe9a7cea
@@ -68,7 +68,7 @@ module Koi
68
68
  def lexxy_rich_textarea(attribute_name, **attributes, &)
69
69
  attributes = {
70
70
  class: "lexxy-content",
71
- data: { direct_upload_url: @template.admin_direct_uploads_url },
71
+ data: { direct_upload_url: @template.main_app.admin_direct_uploads_url },
72
72
  }.merge_html(**attributes)
73
73
 
74
74
  super
@@ -81,7 +81,7 @@ module Koi
81
81
  def trix_rich_textarea(attribute_name, **attributes, &)
82
82
  attributes = {
83
83
  class: "trix-content",
84
- data: { direct_upload_url: @template.admin_direct_uploads_url },
84
+ data: { direct_upload_url: @template.main_app.admin_direct_uploads_url },
85
85
  }.merge_html(**attributes)
86
86
 
87
87
  super
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: katalyst-koi
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.8.1
4
+ version: 5.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katalyst Interactive