mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Initialize playwright, fix file upload issue, show publication status and delete website dir on website deletion
This commit is contained in:
@@ -123,12 +123,7 @@
|
||||
<div class="file-field">
|
||||
<label>
|
||||
Logo image:
|
||||
<input
|
||||
type="file"
|
||||
name="logo-image"
|
||||
accept={ALLOWED_MIME_TYPES.join(", ")}
|
||||
required={data.header.logo_type === "image"}
|
||||
/>
|
||||
<input type="file" name="logo-image" accept={ALLOWED_MIME_TYPES.join(", ")} />
|
||||
</label>
|
||||
{#if data.header.logo_image}
|
||||
<Modal id="preview-logo-header-{data.header.website_id}" text="Preview">
|
||||
|
||||
Reference in New Issue
Block a user