diff --git a/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte b/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte index 2868c43b..46b6287f 100644 --- a/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte +++ b/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte @@ -1225,22 +1225,41 @@ const code_to_icon: { -{#if $ae_loc.edit_mode} +{#if $ae_loc.edit_mode && $ae_loc.administrator_access}
{JSON.stringify(
+ class="bg-surface-200 border-surface-300 text-surface-900 max-h-32 hover:max-h-64 overflow-auto rounded border p-2 text-xs wrap-break-words whitespace-pre-wrap dark:border-zinc-600 dark:bg-zinc-800 dark:text-zinc-100 transition-all duration-500">{JSON.stringify(
$lq__event_badge_obj,
null,
2
)}
+ {JSON.stringify(
+ class="bg-surface-200 border-surface-300 text-surface-900 max-h-32 hover:max-h-64 overflow-auto rounded border p-2 text-xs wrap-break-words whitespace-pre-wrap dark:border-zinc-600 dark:bg-zinc-800 dark:text-zinc-100 transition-all duration-500">{JSON.stringify(
$lq__event_badge_template_obj,
null,
2
)}
+