Is there a setting to remove/hide the settings section in the Editor widget?
@JoelBennett
Adding a CSS selector like this appears to work:
<style type="text/css"> div.esri-editor calcite-accordion-item[data-testid="settings"] { display: none; } </style>
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.