23 lines
352 B
YAML
23 lines
352 B
YAML
|
- key: test
|
||
|
title: Test fields.yml
|
||
|
description: >
|
||
|
Contains all types for testing
|
||
|
fields:
|
||
|
|
||
|
- name: object
|
||
|
type: object
|
||
|
|
||
|
- name: array
|
||
|
type: array
|
||
|
|
||
|
- name: keyword
|
||
|
type: keyword
|
||
|
|
||
|
- name: object_disabled
|
||
|
type: object
|
||
|
enabled: false
|
||
|
|
||
|
- name: array_disabled
|
||
|
type: array
|
||
|
enabled: false
|