viniBaxter-field-active_storage 11.0.2 → 12.0.0
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: ebf28719667e6d8f07bbcae4c438102df936a9bc2c410e98d157b7d71c320fdd
|
4
|
+
data.tar.gz: 6458443bad3f369073806d10045f846af9fd59adb9c44dd81910c062f3578181
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96ff94477b3553c48fda719b95d70e8cc763442ccf8ccc8e886d0b725fb1dfc92f9a47dc7b84b0d17e0b0507b5258f8af357275bd5e3c1b897ca883c2d318886
|
7
|
+
data.tar.gz: 48014cf9638e745428a30ff69d9cfc5c8e1124d7f05c906c038c22d4b2a519e84eab6994e6cbcd44c68cb2e911ac1d79ea49a8052e63760c52924e73c1af1bf8
|
@@ -1,12 +1,12 @@
|
|
1
1
|
<div class="">
|
2
2
|
<div
|
3
3
|
class="dropzone dropzone-default dz-clickable"
|
4
|
-
data-controller="
|
5
|
-
data-
|
6
|
-
data-
|
7
|
-
data-
|
8
|
-
data-
|
9
|
-
<%= f.file_field field.attribute, multiple: field.many?, direct_upload: field.direct?, data: { target: '
|
4
|
+
data-controller="dropzone"
|
5
|
+
data-dropzone-max-file-size="<%= field.drop_max_file_size? %>"
|
6
|
+
data-dropzone-max-files="<%= field.drop_max_file? %>"
|
7
|
+
data-dropzone-accepted-files="<%= field.drop_accepted_files? %>"
|
8
|
+
data-dropzone-add-remove-links="hello">
|
9
|
+
<%= f.file_field field.attribute, multiple: field.many?, direct_upload: field.direct?, data: { target: 'dropzone.inputdropzone' } %>
|
10
10
|
<div class="dropzone-msg dz-message needsclick text-gray-600">
|
11
11
|
<h3 class="dropzone-msg-title">Drag & Drop ici ou cliquer pour selectionner</h3>
|
12
12
|
<span class="dropzone-msg-desc text-sm">
|
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |gem|
|
4
4
|
gem.name = "viniBaxter-field-active_storage"
|
5
|
-
gem.version = "
|
5
|
+
gem.version = "12.0.0"
|
6
6
|
gem.authors = ["viny baxter"]
|
7
7
|
gem.email = ["vincent.viricel@gmail.com"]
|
8
8
|
gem.homepage = "https://github.com/Dreamersoul/administrate-field-active_storage"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: viniBaxter-field-active_storage
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 12.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- viny baxter
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-04-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: administrate
|