Skip to content

Commit

Permalink
Add change controller to YAML format
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dthaler2 committed Nov 21, 2024
1 parent 7b4aba7 commit 1de12b9
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 make 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 1de12b9

Please sign in to comment.