diff --git a/flextype/parsers/Parser.php b/flextype/parsers/Parser.php index 67fa2f25..423a04b4 100644 --- a/flextype/parsers/Parser.php +++ b/flextype/parsers/Parser.php @@ -11,6 +11,18 @@ namespace Flextype; class Parser { + /** + * Default driver + * + * @var array + */ + public static $default_driver = 'frontmatter'; + + /** + * Drivers + * + * @var array + */ public static $drivers = [ 'frontmatter' => [ 'name' => 'frontmatter',