1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-19 11:21:30 +02:00

feat(core): refactor Forms fields #218 #186

This commit is contained in:
Awilum
2019-08-26 20:29:42 +03:00
parent 141bd65f93
commit 49b6852321

View File

@@ -24,9 +24,18 @@ class Forms
{
/**
* Flextype Dependency Container
*
* @var
* @access private
*/
private $flextype;
/**
* Sizes
*
* @var array
* @access private
*/
private $sizes = [
'1/12' => 'col-1',
'2/12' => 'col-2',