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>
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.