Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions adminapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -108858,6 +108858,11 @@
"description": {
"type": "string"
},
"descriptionTeaser": {
"description": "Read-only, HTML-stripped excerpt of the description, derived on write.",
"type": "string",
"readOnly": true
},
"metaTitle": {
"type": "string"
},
Expand Down Expand Up @@ -110215,6 +110220,11 @@
"type": "string",
"description": "Description of the product."
},
"descriptionTeaser": {
"description": "Read-only, HTML-stripped excerpt of the description, derived on write.",
"type": "string",
"readOnly": true
},
"metaTitle": {
"type": "string",
"description": "A page title indexed by search engines and appears in search results listings."
Expand Down