Update all other places to use new MediaFilter class

This commit is contained in:
Kijin Sung 2016-03-13 09:59:26 +09:00
parent 7ecd9230c2
commit 2effbea06f
6 changed files with 29 additions and 25 deletions

View file

@ -97,7 +97,7 @@ return array(
'display_to' => 'admin',
'allow' => array(),
),
'embedfilter' => array(
'mediafilter' => array(
'iframe' => array(),
'object' => array(),
),