Skip to content

File viewers ICSHWI-10239

John Sparger requested to merge file-viewers-ICSHWI-10239 into develop

This merge request adds some components for viewing/editing files and JSON data:

  • Editor: a code editor with syntax highlighting based on Ace (first draft)
  • JSONEditor: a JSON specialization of the Editor which adds:
    • JSON syntax checking
    • JSON schema validation
    • Inline error annotations
    • Optional error alerts

As always, check the storybook when the pipeline is complete:

http://ccce.pages.esss.lu.se/dev/ce-ui-common

Edited by John Sparger

Merge request reports