From e4e2e48efe168246c230c9850f9443f11f6c7d82 Mon Sep 17 00:00:00 2001 From: Johan Furelid <8422426+furelid@users.noreply.github.com> Date: Fri, 8 May 2026 15:42:40 +0200 Subject: [PATCH] Implement code export modal for collections Added a modal for exporting collection code, including a button to trigger the modal and functionality to copy export options to the clipboard. --- .../pages/admin-collections-form.template.ts | 236 ++++++++++++++++++ 1 file changed, 236 insertions(+) diff --git a/packages/core/src/templates/pages/admin-collections-form.template.ts b/packages/core/src/templates/pages/admin-collections-form.template.ts index dbd7985f7..ba10b37e3 100644 --- a/packages/core/src/templates/pages/admin-collections-form.template.ts +++ b/packages/core/src/templates/pages/admin-collections-form.template.ts @@ -201,6 +201,19 @@ export function renderCollectionFormPage(data: CollectionFormData): string {
Configure your collection settings below
+ + +