Add placeholder default value

This commit is contained in:
Daniel García Aubert 2018-08-28 09:37:16 +02:00
parent 2ec0b4674c
commit 94cd3d008c

View File

@ -1197,10 +1197,15 @@ components:
number: can only contain numerical representation
css_color: can only contain color names or hex-values
default:
type: string
$ref: '#/components/schemas/PlaceholderDefaultValue'
required:
- type
- default
PlaceholderDefaultValue:
anyOf:
- type: string
- type: number
- type: boolean
TemplateView:
type: object
title: Template View