Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions dss-plugin-visual-edit/webapps/visual-edit/webapp.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@
{
"name": "primary_keys",
"label": "Primary Keys",
"description": "Columns used to identify a record.\n\nIMPORTANT: make sure that the type and meaning of these columns is set correctly before starting the webapp.",
"description": "Columns used to identify a record. IMPORTANT: make sure that the type and meaning of these columns is set correctly before starting the webapp.",
"type": "DATASET_COLUMNS",
"datasetParamName": "original_dataset",
"mandatory": true
},
{
"name": "editable_column_names",
"label": "Editable Columns",
"description": "Columns that the webapp user will be able to edit.\n\nIMPORTANT: make sure that the type and meaning of these columns is set correctly before starting the webapp.",
"description": "Columns that the webapp user will be able to edit. IMPORTANT: make sure that the type and meaning of these columns is set correctly before starting the webapp.",
"type": "DATASET_COLUMNS",
"datasetParamName": "original_dataset",
"mandatory": true
},
{
"name": "sep-linked-record",
"label": "Linked Records",
"description": "A linked record (aka foreign key) is an editable column whose values correspond to primary key values of another dataset, referred to as the linked dataset.",
"description": "A Linked Record (aka Foreign Key) column is an editable column whose values correspond to Primary Key values of another dataset, referred to as the Linked Dataset. [Read more >](https://dataiku.github.io/dss-visual-edit/linked-records)",
"type": "SEPARATOR"
},
{
Expand Down Expand Up @@ -171,11 +171,12 @@
{
"name": "sep-advanced",
"label": "Advanced",
"description": "Restrict access to a list of authorized users, freeze edits, activate debug mode, or customize editing widgets via the [Editschema](https://dataiku.github.io/dss-visual-edit/editschema).",
"type": "SEPARATOR"
},
{
"name": "authorized_users",
"label": "Authorized users",
"label": "Authorized users (optional)",
"description": "List identifiers of users authorized to view the webapp and make edits, as Strings. Leave empty to give access to anyone who has project-level permission to read dashboards.",
"type": "ARRAY"
},
Expand All @@ -193,9 +194,9 @@
{
"name": "editschema",
"label": "Editschema (optional)",
"description": "Additional column settings to provide as an array of dictionaries in JSON format (example: [ {'name': 'col1'}, {'name': 'col2'} ]",
"description": "See link above for more information.",
"type": "TEXTAREA"
}
],
"roles": []
}
}