Skip to content

Any way to automatically set a wizard template as default and 'auto include' #252

Discussion options

You must be logged in to vote

Hi @jonathansandman,

Thanks for reaching out.

The code for loading a default template in the WebUI isn't finished yet; it's on my to-do list and I agree with you that it would be very convenient!

That said, it is possible to auto-include some templates by default. You'll need to edit the ui dictionary in your lib_unprompted/config_user.json file. Here's an example:

	"ui":
	{
		"wizard_template_autoincludes":{"Magic Spice v0.2.0":"prompt"},
	}

The wizard_template_autoincludes key takes a dictionary in the format of Template Name:destination. Please note that this does not yet support template IDs (e.g. you must specify the name Magic Spice v0.2.0 instead of magic_spice).

In the future, I …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jonathansandman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants