MDAllowedValueSets/README.md

19 lines
576 B
Markdown
Raw Normal View History

2020-08-05 22:58:26 +02:00
Lists of available value sets in MD
============================================
2020-08-06 10:09:12 +02:00
This repository contains lists of allowed values for values from lists at
2020-08-05 22:58:26 +02:00
museum-digital.
2020-08-06 10:09:12 +02:00
## Covered thus far are ...
- Licenses
- Languages
2022-07-24 01:23:41 +02:00
## Enums
As of PHP 8.1, PHP now supports enums. A new folder has been added in /src/enums to gather those types of new entries, that can be better expressed using enums at no direct loss (mainly in listing translated options).
2023-06-24 00:22:46 +02:00
## License
This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for the full license text.