mirror of
https://github.com/immich-app/immich.git
synced 2025-02-11 01:18:24 -05:00
web: improve storage template onboarding message (#7339)
* Style: modifing onboard message for using storage template engine * Style: modifying onboard message for using storage template engine * style: Fix Prettier formatting issues * chore: cleanup message --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
This commit is contained in:
parent
01d6707b59
commit
b4e924b0c0
1 changed files with 3 additions and 2 deletions
|
@ -26,8 +26,9 @@
|
||||||
<p class="text-xl text-immich-primary dark:text-immich-dark-primary">STORAGE TEMPLATE</p>
|
<p class="text-xl text-immich-primary dark:text-immich-dark-primary">STORAGE TEMPLATE</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The storage template is used to determine the folder structure and file name of your media files. You can use
|
When enabled, this feature will auto-organize files based on a user-defined template. Due to stability issues the
|
||||||
variables to customize the template to your liking.
|
feature has been turned off by default. For more information, please see the
|
||||||
|
<a class="underline" href="https://immich.app/docs/administration/storage-template">documentation</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{#if config && $user}
|
{#if config && $user}
|
||||||
|
|
Loading…
Add table
Reference in a new issue