mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
config: json,script,packages (4 files)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "./script.schema.json",
|
||||
"$schema": "./components.schema.json",
|
||||
"schema_version": "2.1.0",
|
||||
"package": "json_script_example",
|
||||
"description": "UI component examples using JSON script",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"$schema": "./metadata.schema.json",
|
||||
"packageId": "json_script_example",
|
||||
"name": "JSON Script Example",
|
||||
"version": "1.0.0",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"$schema": "./styles.schema.json",
|
||||
"colors": {
|
||||
"primary": "#2196F3",
|
||||
"secondary": "#FFC107",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "./script.schema.json",
|
||||
"$schema": "./validation.schema.json",
|
||||
"schema_version": "2.1.0",
|
||||
"package": "json_script_example",
|
||||
"description": "Validation utility functions",
|
||||
|
||||
Reference in New Issue
Block a user