Constructor: webPageAttributeTheme
Page theme
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| documents | Array of Document | Optional | Theme files |
| settings | ThemeSettings | Optional | Theme settings |
Type: WebPageAttribute
Example:
$webPageAttributeTheme = ['_' => 'webPageAttributeTheme', 'documents' => [Document, Document], 'settings' => ThemeSettings];