mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Add Tradition page also
This commit is contained in:
parent
b578204316
commit
b0d07a0175
@ -3,7 +3,7 @@ Rails.application.config.content_types = {
|
||||
all: [
|
||||
Universe, Character, Location, Item, Building, Condition, Country, Creature, Deity, Flora,
|
||||
Government, Group, Job, Landmark, Language, Magic, Planet, Race, Religion, Scene,
|
||||
Technology, Town, Vehicle,
|
||||
Technology, Town, Tradition, Vehicle,
|
||||
],
|
||||
|
||||
# These content types are always on for all users, and cannot be toggled off
|
||||
@ -15,7 +15,7 @@ Rails.application.config.content_types = {
|
||||
# These content types are available to be turned on
|
||||
available: [
|
||||
Building, Condition, Country, Creature, Deity, Flora, Government, Group, Job, Landmark, Language,
|
||||
Magic, Planet, Race, Religion, Scene, Technology, Town, Vehicle
|
||||
Magic, Planet, Race, Religion, Scene, Technology, Town, Tradition, Vehicle
|
||||
],
|
||||
|
||||
# These content types can be created by any user
|
||||
@ -24,7 +24,7 @@ Rails.application.config.content_types = {
|
||||
# These content types require a premium subscription to create
|
||||
premium: [
|
||||
Building, Condition, Country, Creature, Deity, Flora, Government, Group, Job, Landmark, Language,
|
||||
Magic, Planet, Race, Religion, Scene, Technology, Town, Vehicle,
|
||||
Magic, Planet, Race, Religion, Scene, Technology, Town, Tradition, Vehicle,
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user