Friday, August 18, 2023
1 change
Enhancements to existing features
Knowledge template body content is now shown with proper formatting instead of as plain text. This makes template previews easier to read and helps administrators verify Knowledge templates more accurately.
Original PR description
before this commit, in the knowledge template the body field was added with widget="text". settings -> technical -> knowledge -> templates after this commit, the widget will be removed and content will be displayed properly Before:  After: 