1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-20 11:51:28 +02:00

Flextype Core: Add ability to work with different types of content #212 #186

- default driver added
This commit is contained in:
Awilum
2019-08-17 12:39:06 +03:00
parent a17a88df8f
commit b2b2ab5b5d

View File

@@ -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',