Class: PlantUmlConfig
- Inherits:
-
Object
- Object
- PlantUmlConfig
- Includes:
- Singleton
- Defined in:
- lib/plantuml-config.rb
Overview
TODO:
: for now, all of this value are not use.
Jelyll plugin configuration for plantuml plugin. This will define default value for any missing value in configuration
Constant Summary collapse
- DEFAULT =
Default configuration as a constant hash If a definition cannot be found in the jekyll configuration, this configuration will be use
{ :assets => 'assets/img/plantuml/', :type => 'png', :encode => 'encode64', :url => 'http://www.plantuml.com/plantuml/{type}/{code}' }