Created
August 25, 2020 19:44
-
-
Save themightychris/d85b600453f92374c36a690d7ad40bab to your computer and use it in GitHub Desktop.
Slate gitsheets schema
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[gitsheet] | |
root = "users" | |
path = "${{ id > 0 ? Math.floor(id/1000)*1000 || '0000' : 'pending' }}/${{ id }}" | |
[gitsheet.fields.id] | |
default = -1 | |
[gitsheet.fields.contact_points] | |
sort = [ 'id == null', 'slot', 'id', 'kind', 'label', 'data' ] | |
[gitsheet.fields.relationships] | |
sort = [ 'id == null', 'slot', 'id', 'kind', 'label', 'related_person_id' ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment