File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ class BasilService < Service
11
11
Landmark , Town ,
12
12
13
13
# TODO improve these before release, if possible; otherwise disable
14
- # Building,
15
- # Vehicle,
14
+ Building ,
15
+ Vehicle ,
16
+ Deity ,
16
17
17
18
# TODO before release
18
19
# Continent, Country,
@@ -41,6 +42,8 @@ def self.enabled_styles_for(page_type)
41
42
%w( photograph fantasy )
42
43
when 'Vehicle'
43
44
%w( photograph watercolor_painting anime )
45
+ when 'Deity'
46
+ %w( photograph watercolor_painting anime )
44
47
else
45
48
%w( photograph )
46
49
end
@@ -58,6 +61,8 @@ def self.experimental_styles_for(page_type)
58
61
%w( dystopian utopian pencil_sketch )
59
62
when 'Vehicle'
60
63
%w( futuristic vintage schematic )
64
+ when 'Deity'
65
+ %w( )
61
66
else
62
67
[ ]
63
68
end
You can’t perform that action at this time.
0 commit comments