Define basic config
This commit is contained in:
@@ -7,10 +7,10 @@ use Symfony\Component\Config\Definition\Configurator\DefinitionConfigurator;
|
|||||||
// This file is imported and used by the main bundle class to
|
// This file is imported and used by the main bundle class to
|
||||||
// define how the configuration should look.
|
// define how the configuration should look.
|
||||||
return static function (DefinitionConfigurator $definition): void {
|
return static function (DefinitionConfigurator $definition): void {
|
||||||
// $definition->rootNode()
|
$definition->rootNode()
|
||||||
// ->children()
|
->children()
|
||||||
// ->scalarNode('name')->defaultValue('Mr. NoName')->cannotBeEmpty()->end()
|
->scalarNode('base_classes')->defaultValue('rounded max-w-max text-xs px-2 py-1 border min-w-max')->end()
|
||||||
// ->end()
|
->end()
|
||||||
// ;
|
;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user