mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
enable landmark pages for basil
This commit is contained in:
parent
e4978f9e04
commit
c668fd4fca
@ -7,8 +7,11 @@ class BasilController < ApplicationController
|
||||
disabled_content_types = [Universe]
|
||||
|
||||
@enabled_content_types = [
|
||||
Character, Location, Item, Building,
|
||||
Food, Planet
|
||||
Character, Location, Item,
|
||||
Food, Planet, Landmark,
|
||||
|
||||
# TODO improve these before release, if possible
|
||||
Building,
|
||||
|
||||
# TODO
|
||||
# Condition, Continent, Country,
|
||||
|
||||
@ -15,6 +15,8 @@ class BasilService < Service
|
||||
%w(realistic)
|
||||
when 'Planet'
|
||||
%w(realistic)
|
||||
when 'Landmark'
|
||||
%w(realistic)
|
||||
else
|
||||
%w(Default)
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user