Skip to content

Commit a603605

Browse files
committed
enable Deity in basil
1 parent 864b3d9 commit a603605

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

app/services/basil_service.rb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ class BasilService < Service
1111
Landmark, Town,
1212

1313
# TODO improve these before release, if possible; otherwise disable
14-
# Building,
15-
# Vehicle,
14+
Building,
15+
Vehicle,
16+
Deity,
1617

1718
# TODO before release
1819
# Continent, Country,
@@ -41,6 +42,8 @@ def self.enabled_styles_for(page_type)
4142
%w(photograph fantasy)
4243
when 'Vehicle'
4344
%w(photograph watercolor_painting anime)
45+
when 'Deity'
46+
%w(photograph watercolor_painting anime)
4447
else
4548
%w(photograph)
4649
end
@@ -58,6 +61,8 @@ def self.experimental_styles_for(page_type)
5861
%w(dystopian utopian pencil_sketch)
5962
when 'Vehicle'
6063
%w(futuristic vintage schematic)
64+
when 'Deity'
65+
%w()
6166
else
6267
[]
6368
end

0 commit comments

Comments
 (0)