diff --git a/themes/development.md b/themes/development.md index 0f2f9247..212422a4 100644 --- a/themes/development.md +++ b/themes/development.md @@ -25,6 +25,7 @@ Field | Description `form` | a configuration array or reference to a form field definition file, used for [theme customization](#theme-customization), optional. `require` | an array of plugin names used for [theme dependencies](#theme-dependencies), optional. `mix` | an object that defines Mix packages contained in your theme for [asset compilation](../console/asset-compilation). +`parent` | define a parent theme that this theme will use as a fallback if the file is not present, optional. Example of the theme information file: