Skip to content

Ticco/squidex-json-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Squidex Custom JSON Editor (String Field)

This is a tiny custom editor for a string/textarea field in Squidex. It pretty-prints & validates JSON but stores the value as string.

How to use

  1. Enable GitHub Pages:

    • Repo → SettingsPages → Source = Deploy from a branch
    • Branch = main (or default), Folder = / (root)
    • Save and copy the public URL, e.g.: https://<your-user>.github.io/squidex-json-editor/editor.html
  2. In Squidex:

    • Go to Schemas → (your schema) → (your string field) → UI
    • Set Editor = Custom
    • Paste the URL from step 1 (ending with /editor.html)
    • Save the schema and open a content item to test.

Notes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published