cama_contact_form 0.0.5 → 0.0.6
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: 9deeef61f72f20a110c246f6d9cfd75af0274676
|
4
|
+
data.tar.gz: ddb095f41dfd64c12e62395e8778608c24f6e861
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca521319894aa64080645e7798affbea4185b7dccda2d2ebbf44b279039dbe87516e8d2f8c6f15d3f8703ac2389fcbfe3019cd1bd0e827106dd562d9ac61b11b
|
7
|
+
data.tar.gz: 6dd991205b496b73b64b74f4901895492029f008a3f5f0e3f4638c072ec93a811a272f8bdc75afed72e643278f5e63517fdad58197f33b50f5b3bc7618146ea8
|
@@ -10,7 +10,7 @@ class Plugins::CamaContactForm::AdminFormsController < CamaleonCms::Apps::Plugin
|
|
10
10
|
|
11
11
|
def edit
|
12
12
|
add_breadcrumb I18n.t("plugins.cama_contact_form.edit_view", default: 'Edit contact form')
|
13
|
-
append_asset_libraries({"plugin_contact_form"=> { js: [plugin_asset_path("
|
13
|
+
append_asset_libraries({"plugin_contact_form"=> { js: [plugin_asset_path("admin_editor.js")], css: [] }})
|
14
14
|
render "edit"
|
15
15
|
end
|
16
16
|
|