er_options_behavior.inc in Bricks 7.4
Same filename and directory in other branches
File
plugins/behavior/er_options_behavior.incView source
<?php
/**
* Define a behavior for the Entity reference options.
*/
$plugin = array(
'title' => t('Entity reference options'),
'class' => 'EROptionsBehavior',
'description' => t('Allows to set custom CSS class and other options per referenced entity'),
'weight' => 10,
'behavior type' => 'field',
);