Files
low-code-react-app-b/src/data/data-source-editor-dialog.json

37 lines
1.2 KiB
JSON

{
"title": "Edit Data Source",
"description": "Configure the data source settings and dependencies",
"fields": {
"id": {
"label": "ID",
"placeholder": "unique-id"
}
},
"kv": {
"keyLabel": "KV Store Key",
"keyPlaceholder": "storage-key",
"keyHelp": "Key used for persistent storage in the KV store",
"defaultLabel": "Default Value (JSON)",
"defaultPlaceholder": "{\"key\": \"value\"}"
},
"static": {
"valueLabel": "Value (JSON)",
"valuePlaceholder": "{\"key\": \"value\"}"
},
"computed": {
"expressionLabel": "Expression",
"expressionPlaceholder": "data.source1",
"expressionHelp": "Expression that computes the value from other data sources",
"valueTemplateLabel": "Value Template (JSON)",
"valueTemplatePlaceholder": "{\n \"total\": \"data.items.length\"\n}",
"valueTemplateHelp": "Template object with expressions for computed fields",
"dependenciesLabel": "Dependencies",
"availableSourcesLabel": "Available Sources",
"emptyDependencies": "No data sources available. Create KV or static sources first."
},
"actions": {
"cancel": "Cancel",
"save": "Save Changes"
}
}