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>
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.