diff --git a/plugin/components/asset.formly/asset.formly.component.html b/plugin/components/asset.formly/asset.formly.component.html
new file mode 100644
index 0000000..a57e2fb
--- /dev/null
+++ b/plugin/components/asset.formly/asset.formly.component.html
@@ -0,0 +1,14 @@
+
+
diff --git a/plugin/components/asset.formly/asset.formly.component.less b/plugin/components/asset.formly/asset.formly.component.less
new file mode 100644
index 0000000..7e3e31f
--- /dev/null
+++ b/plugin/components/asset.formly/asset.formly.component.less
@@ -0,0 +1,6 @@
+:host ::ng-deep {
+ .miller-column__selection {
+ padding-left: 0 !important;
+ padding-right: 0 !important;
+ }
+}
diff --git a/plugin/components/asset.formly/asset.formly.component.ts b/plugin/components/asset.formly/asset.formly.component.ts
new file mode 100644
index 0000000..58d51ca
--- /dev/null
+++ b/plugin/components/asset.formly/asset.formly.component.ts
@@ -0,0 +1,9 @@
+import { Component } from '@angular/core';
+import { FieldType, FieldTypeConfig } from '@ngx-formly/core';
+
+@Component({
+ selector: 'formly-asset',
+ templateUrl: './asset.formly.component.html',
+ styleUrls: ['./asset.formly.component.less']
+})
+export class AssetFieldType extends FieldType {}
diff --git a/plugin/components/reminder-modal/reminder-modal.component.html b/plugin/components/reminder-modal/reminder-modal.component.html
index 6eebcea..8fca28b 100644
--- a/plugin/components/reminder-modal/reminder-modal.component.html
+++ b/plugin/components/reminder-modal/reminder-modal.component.html
@@ -4,24 +4,9 @@ Create a Reminder