Skip to content

First stable release

Compare
Choose a tag to compare
@Phillaf Phillaf released this 16 Nov 14:19
· 4 commits to master since this release

This initial release supports the following config array

$this->addBehavior('Multiselect.Multiselect', [
    'featured' => [
        'state' => true, 
        'scope' => ['author_id'],
        'limit' => 2,
        'order' => [
            'approved' => 'ASC',
            'modified' => 'ASC',
        ],
    ],
]);