mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02: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
@ -26,8 +26,9 @@
|
||||
<p class="text-xl text-immich-primary dark:text-immich-dark-primary">STORAGE TEMPLATE</p>
|
||||
|
||||
<p>
|
||||
The storage template is used to determine the folder structure and file name of your media files. You can use
|
||||
variables to customize the template to your liking.
|
||||
When enabled, this feature will auto-organize files based on a user-defined template. Due to stability issues the
|
||||
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>
|
||||
|
||||
{#if config && $user}
|
||||
|
Loading…
Reference in New Issue
Block a user