mirror of
https://github.com/directus/directus.git
synced 2026-02-15 20:24:57 -05:00
* add raw editor for flows operation options * add comment to explain reasoning for watcher * add simple raw editor with syntax highlighting * Add multiline to text fields & hide in json fields * update input icon for toggle * do not unset value for text fields * fix mustache tag value checking * enable raw editor for Insights * remove lint warning * Reduce size + inline icons * add background-highlight when active toggle * change multiline prop to type prop * show toggle for all field types (including json) * remove watcher to toggle rawEditor on load * fix raw editor emit * fix request operation headers field type json * fix raw editor value passed to codemirror * prevent tags from crashing * do not unset values anymore when toggling raw Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>