Associate multiple fields to a blueprint

  • Freigeben Version: Australia
  • Aktualisiert 12. März 2026
  • 1 Minute Lesedauer
  • You can associate any number of fields to a blueprint by using the Blueprint Import function in the Matrix Loader.

    Vorbereitungen

    Role required: Admin

    Prozedur

    1. Create or edit a blueprint.yaml file and define the blueprint variable name and name in the following format (removing the angle brackets around the variable names).
      blueprints:
      -variableName: <variableNameOfBlueprint>
      	relatedFields:
      	-<fieldVariableName1>
      	-<fieldVariableName2>
      	-<fieldVariableName3>
      	-<etc...>
      name: <Name of Blueprint>
    2. Add the variable names of the desired fields.
    3. Import the YAML file into the Matrix Loader.
      Choose Blueprint as the upload type.
      Hinweis:
      Any existing fields or configurable products in the blueprint will be disassociated from it unless they are also defined in the YAML file.