Open jptissot opened 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')]",
The DigitalTheme recipe uses the old hardcoded Owner and Author fields for some content. Change it to use the new dynamic assignment.