enable landmark pages for basil

This commit is contained in:
Andrew Brown 2023-03-19 11:14:39 -07:00
parent e4978f9e04
commit c668fd4fca
2 changed files with 7 additions and 2 deletions

View File

@ -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,

View File

@ -15,6 +15,8 @@ class BasilService < Service
%w(realistic)
when 'Planet'
%w(realistic)
when 'Landmark'
%w(realistic)
else
%w(Default)
end