Skip to content
Snippets Groups Projects
Commit eaad2cee authored by Yasmeen Abuerrub's avatar Yasmeen Abuerrub Committed by Rajab Natshah
Browse files

Issue #2902485 by yasmeensalah: Enhanced the behavior of [Real Time SEO]...

Issue #2902485 by yasmeensalah: Enhanced the behavior of [Real Time SEO] module UI in Varbase SEO for LTR and RTL
parent 6a77e6e2
No related branches found
No related tags found
No related merge requests found
<?php
/**
* @file
* Contains varbase_seo.module.
*/
use Drupal\Core\Form\FormStateInterface;
/**
* Implements hook_form_FORM_ID_alter().
*/
function varbase_seo_form_alter(&$form, FormStateInterface $form_state, $form_id) {
$form['field_yoast_seo']['widget']['0']['yoast_seo']['#title'] = t('Real-time SEO analyzer');
}
...@@ -66,3 +66,7 @@ body .form-wrapper .counter:before { ...@@ -66,3 +66,7 @@ body .form-wrapper .counter:before {
margin-right: 0; margin-right: 0;
margin-left: 4px; margin-left: 4px;
} }
#yoast-wrapper {
direction: ltr;
}
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