# HelixConfig Schema

```txt
https://ns.adobe.com/helix/config/helix
```

Internal configuration aggregate consisting of fstab.yaml and head.html

| Abstract            | Extensible | Status         | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In                                                                  |
| :------------------ | :--------- | :------------- | :----------- | :---------------- | :-------------------- | :------------------ | :-------------------------------------------------------------------------- |
| Can be instantiated | No         | Unknown status | No           | Forbidden         | Forbidden             | none                | [helix-config.schema.json](helix-config.schema.json "open original schema") |

## HelixConfig Type

`object` ([HelixConfig](helix-config.md))

# HelixConfig Properties

| Property            | Type     | Required | Nullable       | Defined by                                                                                                      |
| :------------------ | :------- | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------- |
| [fstab](#fstab)     | `object` | Optional | cannot be null | [HelixConfig](helix-config-properties-fstab.md "https://ns.adobe.com/helix/config/helix#/properties/fstab")     |
| [content](#content) | `object` | Optional | cannot be null | [HelixConfig](helix-config-properties-content.md "https://ns.adobe.com/helix/config/helix#/properties/content") |
| [head](#head)       | `object` | Optional | cannot be null | [HelixConfig](helix-config-properties-head.md "https://ns.adobe.com/helix/config/helix#/properties/head")       |

## fstab

The embedded fstab.yaml

`fstab`

*   is optional

*   Type: `object` ([Details](helix-config-properties-fstab.md))

*   cannot be null

*   defined in: [HelixConfig](helix-config-properties-fstab.md "https://ns.adobe.com/helix/config/helix#/properties/fstab")

### fstab Type

`object` ([Details](helix-config-properties-fstab.md))

## content

Content information

`content`

*   is optional

*   Type: `object` ([Details](helix-config-properties-content.md))

*   cannot be null

*   defined in: [HelixConfig](helix-config-properties-content.md "https://ns.adobe.com/helix/config/helix#/properties/content")

### content Type

`object` ([Details](helix-config-properties-content.md))

## head

The embedded head.html

`head`

*   is optional

*   Type: `object` ([Details](helix-config-properties-head.md))

*   cannot be null

*   defined in: [HelixConfig](helix-config-properties-head.md "https://ns.adobe.com/helix/config/helix#/properties/head")

### head Type

`object` ([Details](helix-config-properties-head.md))
