-
Can we hide the attributes in the father note view acquiescently? |
Beta Was this translation helpful? Give feedback.
Answered by
zadam
Oct 28, 2022
Replies: 1 comment 5 replies
-
Hi, you could hide it with a custom CSS: .rendered-note-attributes {
display: none;
} |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
xsmyqf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, you could hide it with a custom CSS: