You are here

er_options_behavior.inc in Bricks​ 7.4

Same filename and directory in other branches
  1. 7.5 plugins/behavior/er_options_behavior.inc

File

plugins/behavior/er_options_behavior.inc
View 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',
);