```html:input:text
{"name": "title", "label": "Title", "placeholder": "Page title", "required": "true", "maxlength": "200"}
```
```html:textarea
{"name": "content", "label": "Content", "placeholder": "Write your page content in markdown...", "rows": "12"}
```
```html:select
{"name": "owner", "label": "Ownership", "options": "[\"business\",\"project\",\"team\",\"owned\",\"all\"]"}
```