TODO

Replace me with a more complete explanation of what this how-to accomplishes.

Create a Targeted Search Filter Group

Learn about creating Filter Groups. If you have already created a filter group, take note of its exact name. This will be used in the Blueprint JSON later to identify the Filter Group.

Create your Page Blueprint

Learn about creating a Page Blueprint.

Define a pick-list in your Blueprint JSON

Learn about Using a Picklist of Options in a Blueprint.

Access your Blueprint JSON Definition

Read more about Accessing and Editing the JSON File.

Add the "filterGroup" attribute to the JSON

Add a new line to your Blueprint Field object definition as follows. Please note that the "filterGroup" value is the name of the Filter Group, in quotations.

"blueprintFields" : [
			{
			"id"			: "office-location",
			"name"			: "Office Location",
			"required"		: true,
			"type"			: "list",
			"filterGroup"	: "Offices",
			"multiselect"	: false,
			"addLabels"		: true,
			"helpText"		: "Select your office location from the list."
		},
		...
]

Re-Upload your JSON to the Blueprint Definition Page

That's it!

You may now create a page from this blueprint. Check to see that the pick-list options are correct, and that the label was applied to the resulting page.


If using:

  1. Replace me with something to note about this how-to entry that falls outside the scope of all other sections; and
  2. Add the tight-bottom class to the Steps block above to narrow the gap between the two blocks.

If using:

  1. Replace me with something to note about this how-to entry that falls outside the scope of all other sections; and
  2. Add the tight-bottom class to the next visible/non-collapsed block above this one to narrow the gap between the two blocks.

If using:

  1. Replace me with something to note about this how-to entry that falls outside the scope of all other sections; and
  2. Add the tight-bottom class to the next visible/non-collapsed block above this one to narrow the gap between the two blocks.

If using:

  1. Replace me with something to note about this how-to entry that falls outside the scope of all other sections; and
  2. Add the tight-bottom class to the next visible/non-collapsed block above this one to narrow the gap between the two blocks.
  • Replace me with a link
  • Replace me with a link
  • Aim for 4 or fewer related links.  If we need more, that's okay.  Be judicious.  Delete me when you're done.