Skip to content

Commit

Permalink
docs: add folder with the enums
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Jan 10, 2025
1 parent 73dd5b0 commit 5c845d8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Documentation/Developer/Enumerations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ These enumerations can be used in your code instead of plain strings. This has
the advantage of avoiding typos because you can use your IDE's capabilities.
Also these members are part of a common vocabulary.

Using an enumeration, you can also use a string. For the `gender`
property this may be `https://schema.org/Male`, `https://schema.org/Female`,
`Male`, `Female`, `Queer` or `Demi-girl`.

You can find the enums provided by the TYPO3 schema extensions in the
:file:`Classes/Model/Enumeration/` folder.

Usage in PHP
============
Expand Down

0 comments on commit 5c845d8

Please sign in to comment.