1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

ZIP Export: Expanded page & added base attachment handling

This commit is contained in:
Dan Brown
2024-10-19 15:41:07 +01:00
parent bf0262d7d1
commit 21ccfa97dd
8 changed files with 154 additions and 12 deletions

View File

@@ -39,6 +39,7 @@ return [
'export_pdf' => 'PDF File',
'export_text' => 'Plain Text File',
'export_md' => 'Markdown File',
'export_zip' => 'Portable ZIP',
'default_template' => 'Default Page Template',
'default_template_explain' => 'Assign a page template that will be used as the default content for all pages created within this item. Keep in mind this will only be used if the page creator has view access to the chosen template page.',
'default_template_select' => 'Select a template page',