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
Would be useful to support environment substitution in HTML templates for custom content definitions. If, for example, I was to create a sub-folder called templates in the same folder as the policy xml files and run the Policy Build tool for an environment it could apply the environment transformations to those files also to replace things like absolute references to resources in the storage account hosting to the content (e.g. images, styles etc. )
The text was updated successfully, but these errors were encountered:
If you want, you can adapt the included powershell script here on line 32 to include all files instead of just XML and use that as a build tool. Given that the plugin can't currently upload any assets other than B2C policies, using that powershell script would probably be more desirable as you can automate that in a build pipeline or similar.
I agree it would be nice to support html templates in the project, and update settings vars within them, such as link URLs to dev/prod ForgotPassword flow from the Login page templates, etc.
Would be useful to support environment substitution in HTML templates for custom content definitions. If, for example, I was to create a sub-folder called templates in the same folder as the policy xml files and run the Policy Build tool for an environment it could apply the environment transformations to those files also to replace things like absolute references to resources in the storage account hosting to the content (e.g. images, styles etc. )
The text was updated successfully, but these errors were encountered: