-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: changer le nom du type d'activation chat en activation contact p…
…our la tuile de contact avec Wanda (#1696)
- Loading branch information
1 parent
414abc8
commit 4952aa3
Showing
6 changed files
with
26 additions
and
46 deletions.
There are no files selected for viewing
35 changes: 0 additions & 35 deletions
35
back/strapi/api/activation-chat/models/activation-chat.settings.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
back/strapi/api/activation-tile/models/activation-tile.settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"kind": "singleType", | ||
"collectionName": "activation_tile", | ||
"info": { | ||
"name": "Activation contact", | ||
"description": "Permet d'activer ou de désactiver la tuile pour la demande de contact avec Wanda" | ||
}, | ||
"options": { | ||
"increments": true, | ||
"timestamps": true, | ||
"draftAndPublish": false | ||
}, | ||
"attributes": { | ||
"activation_tile": { | ||
"default": true, | ||
"type": "boolean" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,8 +42,6 @@ | |
"type": "enumeration", | ||
"enum": [ | ||
"sms", | ||
"email", | ||
"chat", | ||
"rendezvous" | ||
] | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,6 @@ | |
"type": "enumeration", | ||
"enum": [ | ||
"sms", | ||
"email", | ||
"chat", | ||
"rendezvous" | ||
] | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters