[MURLTRANS-36] DOC: Update dialog example for mtk2 Created: 01/Aug/23 Updated: 03/Aug/23 Resolved: 03/Aug/23 |
|
| Status: | Closed |
| Project: | URL Translation |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Neutral |
| Reporter: | Richard Gange | Assignee: | Richard Gange |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | 20m | ||
| Original Estimate: | Not Specified | ||
| Template: |
|
| Acceptance criteria: |
Empty
|
| Task DoD: |
[ ]*
Doc/release notes changes? Comment present?
[ ]*
Downstream builds green?
[ ]*
Solution information and context easily available?
[ ]*
Tests
[ ]*
FixVersion filled and not yet released
[ ] 
Architecture Decision Record (ADR)
|
| Bug DoR: |
[ ]*
Steps to reproduce, expected, and actual results filled
[ ]*
Affected version filled
|
| Work Started: |
| 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
|