Is there an existing issue for this?
Current Behavior
html code stays in json
Expected Behavior
editing should be made easier.
this type covers SMS and push notifications via mobile studio it seems.
easiest to recognize via item.availableViews[0] == "push" OR item.availableViews[0] == "sMS" OR item.availableViews[0] == "SMS" ==> need to apply toLower() before comparing
Steps To Reproduce
- Go to '...'
- Click on '....'
- Run '...'
- See error...
Version
4.3.0
Environment
Participation
Additional comments
No response
Is there an existing issue for this?
Current Behavior
html code stays in json
Expected Behavior
editing should be made easier.
this type covers SMS and push notifications via mobile studio it seems.
easiest to recognize via item.availableViews[0] == "push" OR item.availableViews[0] == "sMS" OR item.availableViews[0] == "SMS" ==> need to apply toLower() before comparing
Steps To Reproduce
Version
4.3.0
Environment
Participation
Additional comments
No response