2021-10-17 18:26:00 +02:00
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
title: Configuration
|
2021-12-27 14:58:44 +01:00
|
|
|
order: 10
|
2021-10-17 18:26:00 +02:00
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2022-01-19 13:06:33 +01:00
|
|
|
<Example part="docs_overview" options_focus="config">
|
2021-12-28 20:02:40 +01:00
|
|
|
|
|
|
|
The pattern configuration holds important information about the pattern
|
|
|
|
|
|
|
|
</Example>
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
|
|
A pattern's [configuration](/reference/config/) is created by the pattern designer
|
|
|
|
and details a number of important things about the pattern, like:
|
|
|
|
|
2021-12-28 20:02:40 +01:00
|
|
|
- The **measurements** that are required to draft the pattern
|
|
|
|
- The different **parts** in the pattern and how they depend on each other
|
|
|
|
- The different **options** that are available to tweak the pattern
|
2021-10-17 18:26:00 +02:00
|
|
|
|
2021-12-27 14:58:44 +01:00
|
|
|
The configuration is part of the pattern's code. It is created by the designer and
|
|
|
|
it is the same for everybody using the pattern.
|
|
|
|
In other words, you cannot change the configuration. Instead, the configuration
|
|
|
|
specifies what kind of settings the pattern accepts.
|