Open hopewise opened 2 years ago
Rendering the text in the wysiwyg editor at the page.
I just see
{{ cms:text title }} {{ cms:wysiwyg content }}
in a pre existing app, at the admin slug:
app/views/layouts/sofa/en/layout.html.erb
<!DOCTYPE html> <html lang="en"> <body> <h1>{{ cms:text title }}</h1> {{ cms:wysiwyg content }} </body> </html>
visit the page, the content of page is not rendered.
Rails version: 5.2.5 CMS version: 2.0.19 Ruby version: 2.6.6
Expected behavior
Rendering the text in the wysiwyg editor at the page.
Actual behavior
I just see
{{ cms:text title }} {{ cms:wysiwyg content }}
Steps to reproduce
in a pre existing app, at the admin slug:
app/views/layouts/sofa/en/layout.html.erb
set the content:visit the page, the content of page is not rendered.
System configuration
Rails version: 5.2.5 CMS version: 2.0.19 Ruby version: 2.6.6