Skip to content

Commit

Permalink
Merge pull request #9 from OCFL/Example-extension-with-parameters
Browse files Browse the repository at this point in the history
Update 0000-example-extension.md with parameters
  • Loading branch information
zimeon authored Jun 2, 2020
2 parents 14a108e + a3a84e1 commit 0e1ec7c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/0000-example-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,24 @@

This extension is but an example and has no content, but if it did the content would be summarized in a paragraph here.

## Parameters

* name: firstExampleParameter
* description: a mandatory 8 bit unsigned value
* type: integer
* range: 0,255
* default:
* name: secondExampleParameter
* description: an optional 64 character long string, defaulting to "Not applicable", if omitted.
* type: string
* range: 64
* default: "Not applicable"
* name: thirdExampleParameter
* description: An example enumerated parameter
* type: enumerated
* range: "Red","Yellow","Orange","Green","Blue","Indigo","Violet"
* default: "Green"

## Other Sections Providing Details, Examples, etc.

... more in here ...

0 comments on commit 0e1ec7c

Please sign in to comment.