mirror of
https://github.com/flextype/flextype.git
synced 2025-08-20 11:51:28 +02:00
- default driver added
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user