You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using Blaze as part of MeteorJS. And I'm looking for a way to allow my client to update strings/text on our website using some sort of edit-in-place functionality. The Meteor plugins for such a feature already exist, but the thing is: we're using i18n to show translated content.
What would be the best way to allow logged in admin users to change the static strings on the website? I already came up with the idea similar to how most CMS work: store the HTML of editable parts of a page in the db with a Tapi18n collection. But this would only work with content that is exclusively static. But a lot of times we use Blaze syntax inside our page content.
This poses an interesting challenge: would it be possible to have Blaze syntax in HTML that is stored inside db?
The text was updated successfully, but these errors were encountered:
Hi guys,
We're using Blaze as part of MeteorJS. And I'm looking for a way to allow my client to update strings/text on our website using some sort of edit-in-place functionality. The Meteor plugins for such a feature already exist, but the thing is: we're using i18n to show translated content.
What would be the best way to allow logged in admin users to change the static strings on the website? I already came up with the idea similar to how most CMS work: store the HTML of editable parts of a page in the db with a Tapi18n collection. But this would only work with content that is exclusively static. But a lot of times we use Blaze syntax inside our page content.
This poses an interesting challenge: would it be possible to have Blaze syntax in HTML that is stored inside db?
The text was updated successfully, but these errors were encountered: