diff --git a/components.d.ts b/components.d.ts
index 76809a6..0b98d93 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -11,6 +11,7 @@ export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
+ AdminField: typeof import('./src/components/Admin/Field.vue')['default']
Button: typeof import('./src/components/Button.vue')['default']
Footer: typeof import('./src/components/Footer.vue')['default']
Header: typeof import('./src/components/Header.vue')['default']
diff --git a/src/components/Admin/Field.vue b/src/components/Admin/Field.vue
new file mode 100644
index 0000000..d850037
--- /dev/null
+++ b/src/components/Admin/Field.vue
@@ -0,0 +1,385 @@
+
+
+
+ {{ displayLabel }}
+ ({{ value.length }})
+
+ {{ displayLabel }}
+ {{ value.__component }}
+
+
- {{ page }} + {{ PAGE_LABELS[page] ?? page }}