Comment to How to hide GENERIC provider to all users?
-
Dear @LeonidS , the hide generic thing does not work in 13.1. any longer - what has changed?
-
You can hide it with CSS instead:
<style>
#bx-form-section-provider_1_begin{ display: none;} </style> -
-