madebyraygun / craft-component-library

Craft CMS Plugin for Component Library
MIT License
2 stars 0 forks source link

Feature/14 disable library option #18

Closed vanrez-nez closed 2 months ago

vanrez-nez commented 2 months ago

Closes #11 #12 #14

Sample config:

return [
    'browser' => [
      'enabled' => true,
      'requiresLogin' => true,
      'path' => 'my-library',
    ]
    'root' => dirname(__DIR__) . '/library',
    'docs' => dirname(__DIR__) . '/library/docs',
    'aliases' => [
        '@elements' => '02-elements',
        '@modules' => '03-modules',
    ]
];