Hi All,
Anybody know how to prevent these widgets from appearing on a single page:
Thanks, in advance, for your counsel!
Susan
Hi Susan,
This widget can be disabled globally for Confluence or for specific space/page using CSS.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
#tfac-macro-inserter, #tfac-macro-inserter-container, .tf-inline-filter:not(.btn, .trigger) {
display: none !important;
}
#tfac-macro-inserter [data-macro="table-filter"] {
display: none !important;
}
#tfac-macro-inserter [data-macro="pivot-table"] {
display: none !important;
}
#tfac-macro-inserter [data-macro="table-chart"] {
display: none !important;
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.