Content API functionality of Tide distribution
Tide is a Drupal 8 distribution focused on delivering an API first, headless Drupal content administration site.
- Introduction
- Requirements
- Recommended Modules
- Installation
The Tide API module provides the content API functionality and related configurations. This module is required in case you want to use your site in a headless manner.
This module introduces a wildcard redirect feature. Redirects using the
Redirects module can be added with a %
at the end in order to create wildcard
redirects. E.g. /my-path%
will match /my-path-title
,
my-path/sub-folder/path
and /my-path-other-title
.
Include the Tide API module in your composer.json file
composer require dpc-sdp/tide_api
Development is powered by Dev-Tools. Please refer to Dev-Tools' page for system requirements and other details.
To start local development stack:
- Checkout this project
- Ensure other projects using our dev stack are stopped
- Run
./dev-tools.sh
- Run
ahoy build
- Use
ahoy login
to gain access to the CMS (or use the one time login link given at end of build) - Use
ahoy lint && ahoy test-behat
to run CI tests
Tide API is on the alpha release, use with caution. APIs are likely to change before the stable version, that there will be breaking changes and that we're not supporting it for external production sites at the moment.
Single Digital Presence offers government agencies an open and flexible toolkit to build websites quickly and cost-effectively.
The Department of Premier and Cabinet partnered with Salsa Digital to deliver Single Digital Presence. As long-term supporters of open government approaches, they were integral to the establishment of SDP as an open source platform.