Skip to content

Commit

Permalink
Add change controller to YAML format (#222)
Browse files Browse the repository at this point in the history
* Add `change controller` to YAML format

A first pass at adding `change controller` to the YAML format, which is
part of the changes requested in #220.

Signed-off-by: Dave Thaler <[email protected]>

* Update _pages/yaml-file-format.md

Co-authored-by: Luther Tychonievich <[email protected]>

---------

Signed-off-by: Dave Thaler <[email protected]>
Co-authored-by: Dave Thaler <[email protected]>
Co-authored-by: Luther Tychonievich <[email protected]>
  • Loading branch information
3 people authored Nov 26, 2024
1 parent 785f767 commit d05a353
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _pages/yaml-file-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,17 @@ Their names may be changed a YAML file with a `lang` other than `en`.

The list may be incomplete, as a new calendar might be defined that uses an existing month.

- <table><tbody>
<tr><th>Key</th><td><code>change controller</code></td></tr>
<tr><th>Type</th><td><code>str</code></td></tr>
<tr><th>Required by</th><td>—</td></tr>
<tr><th>Allowed by</th><td>all</td></tr>
</tbody></table>

An identifier of who is allowed to authorize changes to this file. For example, it could be
FamilySearch, another company name, or a domain name. If not present, the change controller
is the GEDCOM Steering Committee.

- <table><tbody>
<tr><th>Key</th><td><code>contact</code></td></tr>
<tr><th>Type</th><td><code>str</code></td></tr>
Expand Down

0 comments on commit d05a353

Please sign in to comment.