Commit 21c82442 authored by krisahil's avatar krisahil Committed by Stephen Lucero
Browse files

Issue #3268970 by krisahil: Fetching schemas takes very long time

parent 29d256f4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,3 +9,4 @@ patternkit_json_editor_wysiwyg: ""
patternkit_json_editor_ckeditor_toolbar: ""
patternkit_json_editor_disable_properties_buttons: false
patternkit_json_editor_disable_edit_json_button: true
patternkit_json_editor_cache_schemas: false
+3 −0
Original line number Diff line number Diff line
@@ -42,6 +42,9 @@ patternkit.settings:
    patternkit_json_editor_disable_edit_json_button:
      type: boolean
      label: 'Boolean that determines whether to show the JSON Edit button.'
    patternkit_json_editor_cache_schemas:
      type: boolean
      label: 'Boolean that determines whether to cache external schema responses.'

block.settings.patternkit_block:*:
  type: block_settings
+2 −2

File changed.

Preview size limit exceeded, changes collapsed.

+331 −79

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

Loading