Refine sidebar language
This commit is contained in:
parent
9c5db09430
commit
d9fb484471
@ -135,7 +135,7 @@ Application behavior can be changed by configuring the following environment var
|
|||||||
- `recipes` (default)
|
- `recipes` (default)
|
||||||
- `films` (default)
|
- `films` (default)
|
||||||
- `focal-lengths`
|
- `focal-lengths`
|
||||||
- `NEXT_PUBLIC_EXHAUSTIVE_SIDEBAR_CATEGORIES = 1` shows all sidebar category content
|
- `NEXT_PUBLIC_EXHAUSTIVE_SIDEBAR_CATEGORIES = 1` always shows expanded sidebar content
|
||||||
- `NEXT_PUBLIC_HIDE_EXIF_DATA = 1` hides EXIF data in photo details and OG images (potentially useful for portfolios, which don't focus on photography)
|
- `NEXT_PUBLIC_HIDE_EXIF_DATA = 1` hides EXIF data in photo details and OG images (potentially useful for portfolios, which don't focus on photography)
|
||||||
- `NEXT_PUBLIC_HIDE_ZOOM_CONTROLS = 1` hides fullscreen photo zoom controls
|
- `NEXT_PUBLIC_HIDE_ZOOM_CONTROLS = 1` hides fullscreen photo zoom controls
|
||||||
- `NEXT_PUBLIC_HIDE_TAKEN_AT_TIME = 1` hides taken at time from photo meta
|
- `NEXT_PUBLIC_HIDE_TAKEN_AT_TIME = 1` hides taken at time from photo meta
|
||||||
|
|||||||
@ -526,8 +526,8 @@ export default function AdminAppConfigurationClient({
|
|||||||
status={collapseSidebarCategories}
|
status={collapseSidebarCategories}
|
||||||
optional
|
optional
|
||||||
>
|
>
|
||||||
Set environment variable to {'"1"'} to show all sidebar
|
Set environment variable to {'"1"'} to always show
|
||||||
category content
|
expanded category content
|
||||||
{renderEnvVars(['NEXT_PUBLIC_EXHAUSTIVE_SIDEBAR_CATEGORIES'])}
|
{renderEnvVars(['NEXT_PUBLIC_EXHAUSTIVE_SIDEBAR_CATEGORIES'])}
|
||||||
</ChecklistRow>
|
</ChecklistRow>
|
||||||
<ChecklistRow
|
<ChecklistRow
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user