Details
-
Bug
-
Resolution: Fixed
-
Neutral
-
None
-
None
-
None
Description
The current docs show an example from the old mte page properties dialog. Update the example for the mtk2 page properties dialog and the new dialog style.
form:
properties:
# Here we add the name field to the page properties dialog.
# Don't forget to place the property in the layout below.
name:
$type: textField
i18n: true
label: Name
title:
$type: textField
i18n: true
navigationTitle:
$type: textField
i18n: true
hideInNav:
$type: checkBoxField
windowTitle:
$type: textField
i18n: true
abstract:
$type: textField
rows: 5
i18n: true
keywords:
$type: textField
rows: 3
i18n: true
description:
$type: textField
rows: 5
i18n: true
noCache:
$type: checkBoxField
layout:
$type: tabbedLayout
tabs:
- name: tabMain
fields:
- name: name
- name: title
- name: navigationTitle
- name: hideInNav
- name: windowTitle
- name: abstract
- name: tabMeta
fields:
- name: keywords
- name: description
- name: noCache
Checklists
Acceptance criteria