# Editor settings

The widget can take values from different places defined normally through the Pickzen editor:

![](/files/gLnGtTpXMlSGFrENziFk)

First of all, we have to differentiate between editor *params* and *props. Params* are equivalent to CSS values while *props* are any other value: texts, numbers, booleans, etc.&#x20;

Global *params* are defined in quizModel.cfg.meta.skinParams

Global *props* are defined in quizModel.cfg.meta

Besides global *params* and *props*, we can have contextual *params* and *props* by slide. Contextual values will take precedence over global ones.

Contextual *params* are defined in quizModel.slides.slide\[n].ds.params

Contextual *props* are defined in quizModel.slides.slide\[n].ds.properties

An reference like:

![](/files/WwcXfzPzPtbPay4JU02p)

will be tried to resolve as a contextual *prop*, and if it is not defined, it will be tried to resolve as a global *prop*.&#x20;

In the same way, a value like:

![](/files/6nKfZ7B1fw435ZOGDL98)

will be tried to resolve as a contextual *param*, and if it is not defined, it will be tried to resolve as a global *param*.

The definition of all possible configuration settings is established in the skin.settingsDef. The Pickzen editor will take all the information contained there and will render all configuration settings in the editor:

![](/files/hrufoYhpYVIX6fataMpK)

If we need to add a new configuration setting we only need to define it in *skin.settingsDef*.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.pickzen.com/design-system/editor-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
