Acquia Content Hub is a cloud-based, centralized content distribution and syndication solution to share content across sites and other content sources.
As of Site Studio 6.7.0, features related to Acquia Content Hub are split into a separate module named Site Studio Content Hub. The module contains submodules for Publisher and Subscriber sites, and can be downloaded through composer.
The following sections provide the details to use Site Studio with Acquia Content Hub.
To install the sitestudio_contenthub module, ensure the environment meets the following requirements:
PHP 7.4 with the intl extension.
Acquia Content Hub version 2.28.0 or later. For details about installing Content Hub, visit Installing Content Hub.
Acquia Content Hub subscription and credentials.
The Site Studio Content Hub module is hosted on GitHub. Use a composer to download the module: composer require acquia/sitestudio_contenthub.
The Site Studio Content Hub module is a wrapper module and must not be enabled. This module is hidden from the module list in the Drupal UI. Enabling it provides no additional features to the site. Instead, enable one or both submodules: sitestudio_contenthub_publisher or sitestudio_contenthub_subscriber. These submodules are used in the same way as Content Hub submodules for publishing and subscribing, contenthub_publisher and contenthub_subscriber respectively.
If a website with Site Studio must publish content through Acquia Content Hub as a publisher site, enable Site Studio Content Hub Publisher.
To enable the submodule after the download of Site Studio Content Hub is complete:
Access the Drupal UI and navigate to the Extend menu.
Alternatively, run the drush pm-enable sitestudio_contenthub_publisher -y Drush command.
If a website with Site Studio must receive content as a subscriber site from Acquia Content Hub, enable the Site Studio Content Hub Subscriber module.
To enable the submodule after the download of Site Studio Content Hub is complete:
Access the Drupal UI and navigate to the Extend menu.
Alternatively, run the drush pm-enable sitestudio_contenthub_subscriber -y Drush command.
If a website must function as both a publisher and a subscriber, enable both submodules.After the download of Site Studio Content Hub is complete:
drush pm-enable sitestudio_contenthub_publisher -y drush pm-enable sitestudio_contenthub_subscriber -y Drush commands.Review the following features for content syndication with Site Studio:
If this content did not answer your questions, try searching or contacting our support team for further assistance.
composer require acquia/sitestudio_contenthubThe Site Studio Content Hub module is a wrapper module and must not be enabled. This module is hidden from the module list in the Drupal UI. Enabling it provides no additional features to the site. Instead, enable one or both submodules: sitestudio_contenthub_publisher or sitestudio_contenthub_subscriber. These submodules are used in the same way as Content Hub submodules for publishing and subscribing, contenthub_publisher and contenthub_subscriber respectively.
If a website with Site Studio must publish content through Acquia Content Hub as a publisher site, enable Site Studio Content Hub Publisher.
To enable the submodule after the download of Site Studio Content Hub is complete:
Access the Drupal UI and navigate to the Extend menu.
Alternatively, run the drush pm-enable sitestudio_contenthub_publisher -y Drush command.
If a website with Site Studio must receive content as a subscriber site from Acquia Content Hub, enable the Site Studio Content Hub Subscriber module.
To enable the submodule after the download of Site Studio Content Hub is complete:
Access the Drupal UI and navigate to the Extend menu.
Alternatively, run the drush pm-enable sitestudio_contenthub_subscriber -y Drush command.
If a website must function as both a publisher and a subscriber, enable both submodules.After the download of Site Studio Content Hub is complete:
drush pm-enable sitestudio_contenthub_publisher -y drush pm-enable sitestudio_contenthub_subscriber -y Drush commands.Review the following features for content syndication with Site Studio:
If this content did not answer your questions, try searching or contacting our support team for further assistance.