StatCan / StatCan.OrchardCore

Houses StatCan OrchardCore Modules
https://statcan.github.io/StatCan.OrchardCore/
MIT License
57 stars 12 forks source link

Fix digital recipe owner #221

Open jptissot opened 3 years ago

jptissot commented 3 years ago

The DigitalTheme recipe uses the old hardcoded Owner and Author fields for some content. Change it to use the new dynamic assignment.

"Owner": "[js: parameters('AdminUserId')]",
"Author": "[js: parameters('AdminUsername')]",