Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

tide_site_restriction created by SDP-DPC Site Automation.

License

Notifications You must be signed in to change notification settings

dpc-sdp/tide_site_restriction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository has been archived and is no longer actively maintained. If you need to create new PRs or Issues, please visit the following repository: https://github.com/dpc-sdp/tide_core.

Tide Site Restriction

Tide Site Restriction and related configurations for Tide distribution for Drupal 8

Tide is a Drupal 8 distribution focused on delivering an API first, headless Drupal content administration site.

CircleCI Release https://www.drupal.org/8 Licence: GPL 2 Pull Requests

What is in this package

  • Site restriction permission settings and a custom field widget
  • Required configurations
  • drupal/select2 dependency
  • drupal/form_options_attributes dependency

Installation

To install this package, add this custom repository to repositories section of your composer.json:

{
  "repositories": {        
      "dpc-sdp/tide_site_restriction": {
          "type": "vcs",
          "no-api": true,
          "url": "https://github.com/dpc-sdp/tide_site_restriction.git"
      }
  }
}

Require this package as any other Composer package:

composer require dpc/tide_site_restriction 

Support

Digital Engagement, Department of Premier and Cabinet, Victoria, Australia is a maintainer of this package.

Contribute

Open an issue on GitHub or submit a pull request with suggested changes.

Development and maintenance

Development is powered by Dev-Tools. Please refer to Dev-Tools' page for system requirements and other details.

To start local development stack:

  1. Checkout this project
  2. Run ./dev-tools.sh
  3. Run ahoy build

Related projects

License

This project is licensed under GPL2