Add example file for YAML highlighting

Relates to #1213
This commit is contained in:
scott.eppler 2020-10-05 13:24:22 -05:00 committed by David Peter
parent 975487f630
commit dd95f8b5cb
2 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,19 @@
--- 
# Simple example
id: 3595
name: Test User
username: "testuser"
other_names: ['Bob', 'Bill', 'George']
enabled: true
locked: false
groups: 
 - administrators
 - engineering
 - sfa
address: >
 123 Alphabet Way
 San Francisco, CA
phone: null
building_access: yes
secure_access: no
description: None

View File

@ -0,0 +1,18 @@
---
# Simple example
id: 3595
name: Test User
username: "testuser"
other_names: ['Bob', 'Bill', 'George']
enabled: true
locked: false
groups:
- administrators
- engineering
- sfa
address: >
123 Alphabet Way
San Francisco, CA
phone: null
building_access: yes
secure_access: no