Opened 5 years ago
Closed 5 years ago
#31856 closed Cleanup/optimization (invalid)
Add block to customize nav_ sidebar style and script.
| Reported by: | 007 | Owned by: | 007 |
|---|---|---|---|
| Component: | contrib.admin | Version: | 3.1 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Change History (5)
comment:1 by , 5 years ago
| Resolution: | → invalid |
|---|---|
| Status: | assigned → closed |
| Summary: | Add block to customize nav_ sidebar → Add block to customize nav_ sidebar. |
comment:2 by , 5 years ago
| Resolution: | invalid |
|---|---|
| Status: | closed → new |
| Summary: | Add block to customize nav_ sidebar. → Add block to customize nav_ sidebar style and script. |
comment:3 by , 5 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:5 by , 5 years ago
| Resolution: | → invalid |
|---|---|
| Status: | assigned → closed |
The navigation sidebar is already in a separate block nav-sidebar and use a separate template, so it's easy to customize.
+1
As per comment on the PR, override the static files as normal, rather than adding blocks to the template.
In general, new features require some more explanation/justification than just a title.
Thanks.
Note:
See TracTickets
for help on using tickets.
The navigation sidebar is already in a separate block
nav-sidebarand use a separate template, so it's easy to customize.