Is it possible to disable individual elements of the base header? #994
-
I run CI every 24 hours to update my readme image, and I've noticed it's committing almost every day due to the fact that the calendar in the header of the base plugin (green and white squares in the attached screenshot) is updating and will update for a full 2 weeks after any activity. Is it possible through the config to disable this item in any way without removing the entire header? |
Beta Was this translation helpful? Give feedback.
Answered by
lowlighter
Apr 18, 2022
Replies: 1 comment
-
Hi 👋 ! extras_js: |
document.querySelector(".field.calendar")?.remove() |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lhvy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi 👋 !
While there's no option to directly remove it, it should be doable using
extras_js
option and removing the div directly: