Skip to content

Issue #3541506: Add Experience Builder integration button for Acquia SEO

Closes #3541506

Testing Instructions

  • Install Experience Builder
  • Install this module
  • Create a new page drush php-eval "Drupal\experience_builder\Entity\Page::create(['title' => 'Homepage', 'type' => 'xb_page', 'path' => ['alias' => '/homepage', 'langcode' => 'en']])->save();"
  • Go to /homepage and edit it
  • Click "Extensions" at the bottom of the left toolbar
  • Verify that the Acquia SEO button is present
  • Verify clicking it brings up a modal with Acquia SEO as the title
  • Verify that "Hello, world!" is logged into the console

Merge request reports

Loading