How to customize
You can configure a particular model to be used for Edit using the inlineEdit
property.
config.json
"experimental": {
"modelRoles": {
"inlineEdit": "MODEL_TITLE",
}
}
You can configure a particular model to be used for Edit using the inlineEdit
property.
"experimental": {
"modelRoles": {
"inlineEdit": "MODEL_TITLE",
}
}