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
Use Case:
Have the template seed a handful of Sitecore items by writing out .yml when the project is created. The .yml need GUID's created for the Sitecore items. VS templates allow for up to 10 GUIDs ($guid1-10$) OOTB but that might be limiting in the future. https://docs.microsoft.com/en-us/visualstudio/ide/template-parameters?view=vs-2019
Example 2:
Use Case:
At the solution level, we would like to set these values during creation. Passing in a type of "hex" and a length would solve this. The custom class would return the generated value.
Bonus: Ability to hide tokens from the screen with a hidden attribute, but still include in the token array would make the UI much cleaner.
The text was updated successfully, but these errors were encountered:
Example 1:
Use Case:$guid1-10$ ) OOTB but that might be limiting in the future.
Have the template seed a handful of Sitecore items by writing out .yml when the project is created. The .yml need GUID's created for the Sitecore items. VS templates allow for up to 10 GUIDs (
https://docs.microsoft.com/en-us/visualstudio/ide/template-parameters?view=vs-2019
Example 2:
Use Case:
At the solution level, we would like to set these values during creation. Passing in a type of "hex" and a length would solve this. The custom class would return the generated value.
Bonus: Ability to hide tokens from the screen with a hidden attribute, but still include in the token array would make the UI much cleaner.
The text was updated successfully, but these errors were encountered: