You are here

protected property EntityShareEntityAbstract::$rteKeys in Entity Share 7

Value sub dimensions.

Value sub dimensions to treat for embedded medias in RTE.

Type: array

File

includes/entity_share.entity.abstract.inc, line 82
Class for handling Entity Export Abstract.

Class

EntityShareEntityAbstract
Entity Share Entity class.

Code

protected $rteKeys = array(
  'value',
  'safe_value',
  'summary',
  'safe_summary',
);