switch from video filter to video embed field
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user