Add new project types 'shop' and 'giftshop'

This commit is contained in:
Marc Michalsky 2023-08-14 16:12:56 +02:00
parent bfa3ae7e32
commit 54adee32a9
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9

View file

@ -113,7 +113,9 @@ return [
"option_values" => [
"default" => E::ts("Default"),
"event" => E::ts("Events"),
"membership" => E::ts("Membership")
"membership" => E::ts("Membership"),
"shop" => E::ts("Shop"),
"giftshop" => E::ts("Gift Shop")
],
"text_length" => 32,
"is_active" => 1,