Add edit mode button

This commit is contained in:
Manuel Ruwe
2022-12-10 17:58:01 +01:00
parent be910ca62b
commit ad643616ba
4 changed files with 57 additions and 12 deletions

View File

@@ -0,0 +1,11 @@
{
"tooltip": "The edit mode enables you to configure your dashboard",
"button": {
"disabled": "Enter Edit Mode",
"enabled": "Exit Edit Mode"
},
"popover": {
"title": "Edit mode is enabled",
"text": "You can adjust and configure your apps now"
}
}