Add new project types 'shop' and 'giftshop'
This commit is contained in:
parent
bfa3ae7e32
commit
54adee32a9
1 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue