Convert configs from json to toml #58

Merged
jgeorgi merged 5 commits from toml_annot into main 2025-05-02 03:54:19 +00:00
Owner

This PR converts the configuration syntax in the files description page from json to the more user friendly toml. PHP toml handling is performed by the Devium toml library and javascript toml handling is via the smol-toml node package (merged into a single library with ncc).

This will be a breaking change for any model currently loaded with json configs. It is advisable to convert the configs to toml first (which will throw minor errors) and then upgrade.

This PR converts the configuration syntax in the files description page from json to the more user friendly toml. PHP toml handling is performed by the Devium toml library and javascript toml handling is via the smol-toml node package (merged into a single library with ncc). This will be a breaking change for any model currently loaded with json configs. It is advisable to convert the configs to toml first (which will throw minor errors) and then upgrade.
jgeorgi added this to the v0.3.0 milestone 2025-05-02 03:54:08 +00:00
jgeorgi added the
enhancement
label 2025-05-02 03:54:08 +00:00
jgeorgi added 5 commits 2025-05-02 03:54:09 +00:00
jgeorgi merged commit a2246015c9 into main 2025-05-02 03:54:19 +00:00
jgeorgi deleted branch toml_annot 2025-05-02 03:54:19 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jgeorgi/GlModelViewer#58
No description provided.