From 1094147f4c8042e28e013f6c9f8b41be18bc7134 Mon Sep 17 00:00:00 2001 From: benguedj <71835422+benguedj@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:18:27 +0200 Subject: [PATCH] fix: change type whatsapp_redirect_message to richtext (#1755) --- CHANGELOG.md | 3 +-- .../api/activation-tile/models/activation-tile.settings.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f72f71a0..2e47595e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,8 @@ ## [1.141.1](https://github.com/SocialGouv/1000jours/compare/v1.141.0...v1.141.1) (2024-07-03) - ### Bug Fixes -* update resources ([403f7f6](https://github.com/SocialGouv/1000jours/commit/403f7f651ccb1c8473b1d7fadc614df58648310b)) +- update resources ([403f7f6](https://github.com/SocialGouv/1000jours/commit/403f7f651ccb1c8473b1d7fadc614df58648310b)) # [1.141.0](https://github.com/SocialGouv/1000jours/compare/v1.140.1...v1.141.0) (2024-05-13) diff --git a/back/strapi/api/activation-tile/models/activation-tile.settings.json b/back/strapi/api/activation-tile/models/activation-tile.settings.json index 2f43c1725..e9c67cb79 100644 --- a/back/strapi/api/activation-tile/models/activation-tile.settings.json +++ b/back/strapi/api/activation-tile/models/activation-tile.settings.json @@ -25,7 +25,7 @@ "type": "boolean" }, "whatsapp_redirect_message": { - "type": "string" + "type": "richtext" } } }