{"id":14968662,"url":"https://github.com/manaticr/trichechus","last_synced_at":"2026-02-04T03:03:31.279Z","repository":{"id":62523366,"uuid":"149490396","full_name":"ManatiCR/trichechus","owner":"ManatiCR","description":"Drupal install profile to scaffold Manati projects.","archived":false,"fork":false,"pushed_at":"2020-10-05T22:44:26.000Z","size":169,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":6,"default_branch":"8.x-1.x","last_synced_at":"2025-05-22T06:45:45.251Z","etag":null,"topics":["drupal","drupal8","manati","profile"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ManatiCR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-19T17:51:06.000Z","updated_at":"2020-06-19T22:32:06.000Z","dependencies_parsed_at":"2022-11-02T13:47:14.655Z","dependency_job_id":null,"html_url":"https://github.com/ManatiCR/trichechus","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/ManatiCR/trichechus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManatiCR%2Ftrichechus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManatiCR%2Ftrichechus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManatiCR%2Ftrichechus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManatiCR%2Ftrichechus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ManatiCR","download_url":"https://codeload.github.com/ManatiCR/trichechus/tar.gz/refs/heads/8.x-1.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManatiCR%2Ftrichechus/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264141622,"owners_count":23563388,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["drupal","drupal8","manati","profile"],"created_at":"2024-09-24T13:40:22.331Z","updated_at":"2026-02-04T03:03:31.201Z","avatar_url":"https://github.com/ManatiCR.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Trichechus Install Profile [![Build Status](https://travis-ci.org/ManatiCR/trichechus.svg?branch=8.x-1.x)](https://travis-ci.org/ManatiCR/trichechus)\n\nA base Drupal install profile to scaffold Manati projects.\n\n## How to use it?\n\nOn any Drupal project, add trichechus to your build:\n\n```php\ncomposer require manaticr/trichechus\n```\n\n## What does it contain?\n\n### Modules\n\nThis project contains several modules commonly used in Manati projects:\n\n- admin_toolbar\n- admin_toolbar_tools\n- better_exposed_filters\n- components\n- config_split\n- ctools\n- default_content_deploy\n- devel\n- dropzonejs\n- entity_embed\n- environment_indicator\n- focal_point\n- google_analytics\n- honeypot\n- image_style_quality\n- inline_entity_form\n- layout_builder_browser\n- layout_builder_restrictions\n- media_entity_browser\n- media_entity_facebook\n- media_entity_twitter\n- metatag\n- paragraphs\n- pathauto\n- quicklink\n- rabbit_hole\n- recaptcha\n- redirect\n- redis\n- retina_images\n- search_api_solr\n- seckit\n- shs\n- smtp\n- stage_file_proxy\n- svg_image\n- twig_tweak\n- xmlsitemap\n\n### Themes\n\nIncludes:\n\n- emulsify-drupal\n\n### Basic configuration\n\nWe have already done some basic configuration:\n\n- media module (including wysiwyg entity embed)\n- config_split\n- some other modules basic config\n\n## Configuration Management\n\nYou are expected to export all your site configuration and keep it in your normal configuration workflow.\nThis profile already have a config split named \"dev\" so you can separate your dev modules and config. It's disabled by default.\n\n## Extra Steps\n\nIn order to use some of the provided config, you need to do some extra steps:\n\n### Configuration Split\n\nYou need to enable the split wherever it's necessary by using this line of code in settings.php:\n\n```php\n$config['config_split.config_split.dev']['status'] = TRUE;\n```\n\n### Environment Indicator\n\nYou need to enable environment indicator wherever you want to use it by adding these lines of code in settings.php:\n\n```php\n$config['environment_indicator.indicator']['bg_color'] = '#FF0100';\n$config['environment_indicator.indicator']['fg_color'] = '#FFFFFF';\n$config['environment_indicator.indicator']['name'] = 'Live';\n```\n\n### Default Content Deploy\n\nYou need to create a folder called `content` in the root of the project and then we need to let Drupal to know the location of the folder:\n\n```php\n$settings['default_content_deploy_content_directory'] = '../content';\n```\n\n### DropzoneJS\n\nThis profile includes dropzonejs library; however, it's installed under vendor/enyo until https://github.com/ManatiCR/trichechus/issues/1 gets fixed. It's your responsability to move it to the right folder (web/libraries/dropzone). If your project is using https://github.com/kporras07/composer-symlinks you could do it with a symlink like this:\n\n```php\n  \"extra\":\n    \"symlinks\": {\n      \"vendor/enyo/dropzone\": \"web/libraries/dropzone\"\n    }\n  }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanaticr%2Ftrichechus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanaticr%2Ftrichechus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanaticr%2Ftrichechus/lists"}