We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3acc113 commit 60b31d5Copy full SHA for 60b31d5
index.js
@@ -0,0 +1 @@
1
+require('activeadmin_dynamic_fields/app/assets/javascripts/activeadmin/dynamic_fields')
package.json
@@ -0,0 +1,13 @@
+{
2
+ "name": "activeadmin_dynamic_fields",
3
+ "version": "0.5.2",
4
+ "description": "An Active Admin plugin to add dynamic behaviors to fields",
5
+ "repository": "https://github.com/blocknotes/activeadmin_dynamic_fields",
6
+ "author": "Mattia Roccoberton <mat@blocknot.es>",
7
+ "license": "MIT",
8
+ "main": "index.js",
9
+ "files": [
10
+ "app/**/*",
11
+ "index.js"
12
+ ]
13
+}
0 commit comments