sachatrauwaen / OpenContent

Structured Content editing for DNN (Dotnetnuke)
46 stars 25 forks source link

Show Editor (user) in Template #149

Open Timo-Breumelhof opened 3 years ago

Timo-Breumelhof commented 3 years ago

In some cases it van be useful to show the user that edited data. Suggestion: add this option to the manifest:

"template": { "template": "template.hbs", "editorInTemplate": true }

Which renders the user id.

and add a helper that returns a user profile field based on the profile field name.

Timo-Breumelhof commented 3 years ago

LastUpdatedUser