lib/metanorma/collection/config/compile_options.rb in metanorma-2.0.1 vs lib/metanorma/collection/config/compile_options.rb in metanorma-2.0.2
- old
+ new
@@ -2,11 +2,11 @@
module Metanorma
class Collection
module Config
class CompileOptions < ::Shale::Mapper
- attribute :no_install_fonts, ::Shale::Type::Boolean,
- default: -> { true }
+ attribute :install_fonts, ::Shale::Type::Boolean,
+ default: -> { false }
attribute :agree_to_terms, ::Shale::Type::Boolean, default: -> { true }
end
end
end
end