---
title: "Pages: QBL v0.14"
slug: "pages-qbl-v014"
updated: 2026-07-09T14:14:35Z
published: 2026-07-09T14:14:35Z
canonical: "help.quickbase.com/pages-qbl-v014"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.quickbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Pages: QBL v0.14

This article contains information about a QBL (Quickbase language) object. QBL objects are the supported Quickbase schema elements you see textually represented in the YAML file generated by Quickbase when you [export a solution](https://developer.quickbase.com/operation/exportSolution). Each object has associated properties. Supported schema may differ by [QBL version](/v1/docs/about-qbl-versions).

The following table lists information about the properties of this object.

## Application guide

| Property Name | Required | Default | Allowed Values |
| --- | --- | --- | --- |
| Title | False | "" | Any string |
| LinksTo | True |  | References: QB::CodePage (Scope: QB::Application), QB::RichTextPage (Scope: QB::Application) |
| Description | False | "" | Any string |

## Code page

| Property Name | Required | Default | Allowed Values |
| --- | --- | --- | --- |
| Name | True |  | Any string |
| RawCode | False | "" | Any string |

## Homepage

| Property Name | Required | Default | Allowed Values |
| --- | --- | --- | --- |
| Name | True |  | Any string |

## Homepage widget button

| Property Name | Required | Default | Allowed Values |
| --- | --- | --- | --- |
| Url | False |  | Any string |
| LinkType | False | Page | One of: Url, Report, Page, Record |
| Name | True |  | Any string |
| RedirectUrl | False | "" | Any string |

## Homepage widget button bar

| Property Name | Required | Default | Allowed Values |
| --- | --- | --- | --- |
| IsCollapsible | False | False | true or false |
| Title | False | "" | Any string |
| ShowTitle | False | True | true or false |
| Width | False | 100% | Any string |
| Height | True |  | Any string |
| Alignment | False | Left | One of: Left, Center, Right |
| IsVerticalAligned | False | False | true or false |
| Color | False | "" | Any string |

## Homepage widget field

| Property Name | Required | Default | Allowed Values |
| --- | --- | --- | --- |
| TargetField | True |  | References: Field (Scope: named_scope) |
| Label | False | "" | Any string |
| Placeholder | False | "" | Any string |

## Homepage widget link

| Property Name | Required | Default | Allowed Values |
| --- | --- | --- | --- |
| Url | False |  | Any string |
| LinkType | False | Page | One of: Url, Report, Page, Record |
| Name | True |  | Any string |
| RedirectUrl | False | "" | Any string |

## Homepage widget link bar

| Property Name | Required | Default | Allowed Values |
| --- | --- | --- | --- |
| IsCollapsible | False | False | true or false |
| Title | False | "" | Any string |
| ShowTitle | False | True | true or false |
| Width | False | 100% | Any string |
| Height | True |  | Any string |
| Alignment | False | Left | One of: Left, Center, Right |
| IsVerticalAligned | False | False | true or false |
| LinkSeparator | False | Whitespace | One of: Bullet, Bar, Whitespace |

## Homepage widget report

| Property Name | Required | Default | Allowed Values |
| --- | --- | --- | --- |
| IsCollapsible | False | False | true or false |
| Title | False | "" | Any string |
| ShowTitle | False | True | true or false |
| Width | False | 100% | Any string |
| Height | True |  | Any string |
| MaximumVisibleRows | True |  | Any integer |
| Report | False | None | One of: None |

## Homepage widget reports list

| Property Name | Required | Default | Allowed Values |
| --- | --- | --- | --- |
| IsCollapsible | False | False | true or false |
| Title | False | "" | Any string |
| ShowTitle | False | True | true or false |
| Width | False | 100% | Any string |
| Height | True |  | Any string |
| ShowReportsFrom | False | AllTables | One of: AllTables, SelectedTables |
| TargetTables | False | Default | One of: Default / Array of items of type: / Reference to Table, Table |

## Homepage widget rich text

| Property Name | Required | Default | Allowed Values |
| --- | --- | --- | --- |
| IsCollapsible | False | False | true or false |
| Title | False | "" | Any string |
| ShowTitle | False | True | true or false |
| Width | False | 100% | Any string |
| Height | True |  | Any string |
| Content | False | "" | Any string |

## Homepage widget search

| Property Name | Required | Default | Allowed Values |
| --- | --- | --- | --- |
| IsCollapsible | False | False | true or false |
| Title | False | "" | Any string |
| ShowTitle | False | True | true or false |
| Width | False | 100% | Any string |
| Height | True |  | Any string |
| DoExactSearch | False | False | true or false |
| AllowUserDoExactSearch | False | False | true or false |
| SearchForm | False | FieldList | One of: FieldList, SearchText, FieldSelect |
| ResultsView | False | InPlace | One of: InPlace, InNewPage |
| SearchFieldLabel | False | "" | Any string |
| SearchFieldPlaceholder | False | "" | Any string |
| SearchTarget | False | All | One of: All, SelectedFields, Report |
| SearchTable | False | "" | One of: None. References: Table (Scope: Solution) |
| SearchReport | False | "" | One of: Default. References: Report (Scope: named_scope) |

## Homepage widget web page

| Property Name | Required | Default | Allowed Values |
| --- | --- | --- | --- |
| IsCollapsible | False | False | true or false |
| Title | False | "" | Any string |
| ShowTitle | False | True | true or false |
| Width | False | 100% | Any string |
| Height | True |  | Any string |
| Url | False | "" | Any string |

## Rich text page

| Property Name | Required | Default | Allowed Values |
| --- | --- | --- | --- |
| Name | True |  | Any string |
| RawText | False | "" | Any string |
