Sets of values allowed in selected lists in museum-digital.
lib
Go to file
2023-01-03 01:33:16 +01:00
l18n@8313264c58 Add MDTimingInterval for controlling intervals at which (for now) 2023-01-03 01:33:16 +01:00
src Add MDTimingInterval for controlling intervals at which (for now) 2023-01-03 01:33:16 +01:00
tests Add array for ISO639-2b language codes 2021-04-05 23:25:27 +02:00
.git.template Add .gitattributes, .git.template 2020-11-03 18:25:42 +01:00
.gitattributes Add .gitattributes, .git.template 2020-11-03 18:25:42 +01:00
.gitmodules Include translations from gitea 2020-11-03 16:41:19 +01:00
LICENSE License code under MIT 2021-04-09 13:25:00 +02:00
README.md Add enum MDAppTokenSection 2022-07-24 01:23:41 +02:00

Lists of available value sets in MD

This repository contains lists of allowed values for values from lists at museum-digital.

Covered thus far are ...

  • Licenses
  • Languages

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).