dpc-sdp / tide_core
Core functionality for Tide distribution
Requires
- choices/choices: 9.0.1
- codemirror/codemirror: 5.65.12
- drupal/address: ^2.0
- drupal/admin_audit_trail: ^1.0
- drupal/allowed_formats: ^2.0
- drupal/better_exposed_filters: ^6.0
- drupal/block_inactive_users: ^2.1
- drupal/ckeditor5_embedded_content: 1.0.1
- drupal/ckeditor_templates: ^2.0
- drupal/clamav: 2.0.2-rc1
- drupal/config_ignore: ^2.4
- drupal/config_perms: 2.x-dev@dev
- drupal/config_split: ^2.0
- drupal/config_update: ^2.0@alpha
- drupal/content_lock: ^2.3
- drupal/core: 10.6.x
- drupal/core-recommended: 10.6.x
- drupal/create_menus_permission: dev-drupal_10_compatibility
- drupal/crop: ^2.3
- drupal/ctools: ^3.14
- drupal/data_pipelines: ^2.2
- drupal/data_pipelines_elasticsearch-data_pipelines_elasticsearch: ^1.0
- drupal/default_paragraphs: ^2.0
- drupal/diff: ^1.1
- drupal/dynamic_entity_reference: ^3.0
- drupal/editor_advanced_link: 2.3.1
- drupal/elasticsearch_connector: ^7.0
- drupal/embed: ^1.6
- drupal/entity_browser: ^2.9
- drupal/entity_embed: 1.7
- drupal/entity_hierarchy: 4.x
- drupal/entity_reference_revisions: ^1.10
- drupal/entity_usage: ^2.0@beta
- drupal/environment_indicator: ^4.0
- drupal/fast_404: ^3.0
- drupal/field_group: ^3.6
- drupal/field_permissions: ^1.2
- drupal/focal_point: ^2.0
- drupal/form_options_attributes: ^2.0
- drupal/google_analytics: ^4.0
- drupal/hotjar: ^3.1
- drupal/inline_entity_form: ^1.0@RC
- drupal/jira_rest: ^4.0@beta
- drupal/jquery_ui_touch_punch: ^1.1
- drupal/js_cookie: ^1.0
- drupal/jsonapi_extras: ^3.23
- drupal/jsonapi_menu_items: ^1.2
- drupal/jsonapi_resources: ^1.0.0-beta5@beta
- drupal/key: ^1.17
- drupal/key_value_field: ^1.3
- drupal/link_field_autocomplete_filter: ^2.0
- drupal/linkit: ^7.0
- drupal/login_redirect_per_role: ^1.9
- drupal/m4032404: ^1.0-alpha4
- drupal/maxlength: ^2.1
- drupal/media_alias_display: ^2.1
- drupal/media_entity_audio: ^3.1
- drupal/metatag: ^2.0
- drupal/migrate_file: ^2.0
- drupal/migrate_plus: 6.0.2
- drupal/migrate_source_ui: ^1.0
- drupal/migrate_tools: ^6.0
- drupal/monitoring: ^1.13
- drupal/override_node_options: ^2.7
- drupal/paragraphs: 1.19
- drupal/password_policy: ^4.0
- drupal/password_strength: ^2.0@beta
- drupal/pathauto: ^1.11
- drupal/private_files_download_permission: ^3.1
- drupal/prlp: ^1.10
- drupal/queue_mail: ^1.5
- drupal/quick_node_clone: ^1.16
- drupal/range: ^1.5
- drupal/real_aes: ^2.5
- drupal/redirect: ^1.8
- drupal/role_delegation: ^1.2
- drupal/scheduled_transitions: 2.5
- drupal/schemata: ^1.0@beta
- drupal/search_api: ^1.36
- drupal/search_api_exclude_entity: ^3.0
- drupal/seckit: ^2.0
- drupal/select2: ^1.7
- drupal/shield: ^1.8
- drupal/simple_oauth: ^5.2
- drupal/simple_sitemap: ^4.1
- drupal/site_alert: ^1.3
- drupal/smart_trim: ^2.0
- drupal/smtp: ^1.2
- drupal/stage_file_proxy: ^2.0
- drupal/svg_image: ^3.0
- drupal/tablefield: 2.4
- drupal/term_reference_tree: ^2.0
- drupal/tfa: ^1.12
- drupal/tfa_email_otp: ^1.0
- drupal/token: 1.16
- drupal/token_conditions: dev-compatible-with-d10
- drupal/token_filter: ^2.0
- drupal/twig_field_value: ^2.0
- drupal/user_created_by_field: ^1.1
- drupal/user_expire: ^2.1
- drupal/username_enumeration_prevention: ^1.3
- drupal/video_embed_field: 2.5
- drupal/view_password: ^6.0
- drupal/views_bulk_edit: ^3.0
- drupal/views_bulk_operations: ^4.3
- drupal/views_data_export: 1.3
- drupal/views_menu_children_filter: ^3.0@RC
- drupal/viewsreference: ^2.0@beta
- drupal/webform: ^6.3@beta
- drupal/workbench: ^1.4
- drupal/yaml_content: ^1.0@alpha
- giggsey/libphonenumber-for-php: ^8.13
- jquery/inputmask: 5.0.8
- jquery/intl-tel-input: 17.0.19
- jquery/textcounter: 0.9.1
- jquery/timepicker: 1.14.0
- lcobucci/clock: 3.2.0
- lesstif/php-jira-rest-client: 2.6.0
- npm-asset/select2: ^4.0
- oomphinc/composer-installers-extender: ^2.0
- progress-tracker/progress-tracker: 2.0.7
- respect/validation: 2.3.1
- select2/select2: ^4.0
This package is auto-updated.
Last update: 2026-06-12 05:10:57 UTC
README
Core functionality of Tide distribution for Drupal 10
Tide is a Drupal 10 distribution focused on delivering an API first, headless Drupal content administration site.
What is in this package
- Roles
- Permissions for site administration
- Theme components discovery mechanism (if required)
- Text formats
- WYSIWYG configurations
- Common fields shared across content types
TopicTaxonomy VocabularyTagsTaxonomy VocabularyLocationsTaxonomy VocabularyDepartmentsTaxonomy Vocabulary
Installation
To install this package, add this custom repository to repositories section of
your composer.json:
{
"repositories": {
"dpc-sdp/tide_core": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/tide_core.git"
}
}
}
Require this package as any other Composer package:
composer require dpc/tide_core
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:
- Checkout this project
- Run
./dev-tools.sh - Run
ahoy build
Related projects
- tide
- tide_api
- tide_event
- tide_landing_page
- tide_media
- tide_monsido
- tide_news
- tide_page
- tide_search
- tide_site
- tide_test
- tide_webform
License
This project is licensed under GPL2
Attribution
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.

