Skip to content

Commit

Permalink
Update src/editor-sidebar/json-editor-modal.js
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Norris <[email protected]>
  • Loading branch information
vcanales and mikachan authored Apr 5, 2024
1 parent 200fb5b commit fa5512b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/editor-sidebar/json-editor-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const ThemeJsonEditorModal = ( { onRequestClose } ) => {
extensions={ [ json() ] }
value={ themeData }
onChange={ handleSave }
readOnly={ true }
/>
</Modal>
);
Expand Down

0 comments on commit fa5512b

Please sign in to comment.