Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/blueprint-designer-guide/blueprint-families.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ description: A blueprint family

metadata:
display-name: My App Environments
icon: graphics/myicon.png
icon:
path: graphics/myicon.png
self-service: true
blueprint-labels:
- key: 'team'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ metadata:
path: "graphics/linux.svg"
```

Icons are discovered by default under the `graphics` directory.
Icons are discovered by default under the `graphics` directory. Setting an icon in the metadata does not work for "Stored in Torque" blueprints.

## Grains inputs & outputs
Inputs and outputs are used both in the blueprint level and in the grains level. Grains can use inputs and outputs to pass data between IaC components, validate information and eventually lead to reducing the amount of IaC components that needs to be maintained by the organization.
Expand Down
Loading