Refine sidebar language

This commit is contained in:
Sam Becker 2025-03-23 22:58:09 -05:00
parent 9c5db09430
commit d9fb484471
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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