Skip to content
Snippets Groups Projects
Commit 4b5e18ac authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #2902485: Enhanced the behavior of [Real Time SEO] module UI in Varbase SEO for LTR and RTL

parent 4d85ce1a
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ use Drupal\Core\Form\FormStateInterface; ...@@ -10,7 +10,7 @@ use Drupal\Core\Form\FormStateInterface;
/** /**
* Implements hook_form_BASE_FORM_ID_alter(). * Implements hook_form_BASE_FORM_ID_alter().
*/ */
function varbase_seo_node_form_alter(&$form, FormStateInterface $form_state, $form_id) { function varbase_seo_form_node_form_alter(&$form, FormStateInterface $form_state, $form_id) {
if (isset($form['field_yoast_seo']) && if (isset($form['field_yoast_seo']) &&
isset($form['field_yoast_seo']['widget']) && isset($form['field_yoast_seo']['widget']) &&
isset($form['field_yoast_seo']['widget']['0'] && isset($form['field_yoast_seo']['widget']['0'] &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment