mirror of
https://github.com/flextype/flextype.git
synced 2025-08-19 11:21:30 +02:00
@@ -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',
|
||||
|
Reference in New Issue
Block a user