switch from video filter to video embed field

This commit is contained in:
2017-02-06 15:37:46 +01:00
parent 89c8bf9d41
commit 21c45a967e
11 changed files with 465 additions and 304 deletions
@@ -1028,7 +1028,7 @@ function admin_strongarm() {
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'site_frontpage';
$strongarm->value = 'node';
$strongarm->value = 'home';
$export['site_frontpage'] = $strongarm;
$strongarm = new stdClass();