113'description' => 'Add to Access History button will be printed for these asset types only',
114 ),
115'remove_history_image' => Array(
116'added' => '0.2',
117'type' => 'assetid',
118'default' => '',
119'description' => 'Selected asset will be used as the Remove from History Button',
120 ),
121'remove_history_image_small' => Array(
122'added' => '0.2',
123'type' => 'assetid',
124'default' => '',
125'description' => 'Selected asset will be used as the Remove from History Image which is displayed for each asset',
126 ),
127'add_history_image' => Array(
128'added' => '0.2',
129'type' => 'assetid',
130'default' => '',
131'description' => 'Selected asset will be used as the Add to History Button',
132 ),
133
134'store_permanent' => Array(
135'added' => '0.2',
136'type' => 'boolean',
137'default' => FALSE,
138'description' => 'If enabled then access history will be stored in database permanently for logged in users. This will decrease performance slightly.',