You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/manager/journal/index.rst
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,22 @@ Favicon
108
108
Default Profile Image
109
109
The default image used when editorial team groups have "Display profile images" enabled. The image is also used on the public profile page when a user has enabled it.
110
110
111
+
Alt Text
112
+
--------
113
+
Most images in the Images settings page have an **Edit alt text** button. Clicking it opens a popup where you can enter descriptive alt text for that image. Alt text is saved immediately when you click **Save alt text** — there is no need to submit the main form afterwards.
114
+
115
+
Alt text is available for images that appear in page content and can be described meaningfully:
116
+
117
+
- Header image
118
+
- Default large image
119
+
- Default cover image
120
+
- Default thumbnail
121
+
- Default profile image (only when a custom image is uploaded; the built-in fallback image has its own alt text)
122
+
- Press override image (only when an override image is uploaded; the press logo is used by default)
123
+
- Issue cover images and large images
124
+
125
+
The **Favicon** does not have an alt text option. Favicons appear in the browser tab, not in the page content, so they do not support alt text.
126
+
111
127
Styling
112
128
-------
113
129
This page displays some general settings for controlling the styling of your journal.
@@ -148,3 +164,4 @@ Setting values can be accessed inside templates using **{{ journal_settings.grou
148
164
In Django they can be accessed with **get_setting**::
0 commit comments