{"id":15172674,"url":"https://github.com/ambient-impact/drupal-ambientimpact-web","last_synced_at":"2026-01-24T05:35:16.958Z","repository":{"id":209391719,"uuid":"653230701","full_name":"Ambient-Impact/drupal-ambientimpact-web","owner":"Ambient-Impact","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-18T22:12:28.000Z","size":129,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"2.x","last_synced_at":"2025-02-19T05:42:33.546Z","etag":null,"topics":["drupal","drupal-10","drupal-10-module","drupal-9","drupal-9-module"],"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/Ambient-Impact.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-13T16:42:15.000Z","updated_at":"2024-10-18T22:12:32.000Z","dependencies_parsed_at":"2023-11-27T05:23:50.396Z","dependency_job_id":"d2e519c7-a5a5-4c0d-9095-8086354c4548","html_url":"https://github.com/Ambient-Impact/drupal-ambientimpact-web","commit_stats":{"total_commits":126,"total_committers":1,"mean_commits":126.0,"dds":0.0,"last_synced_commit":"62d42e03c5d96382b1efde1ea82a19523bbf54e6"},"previous_names":["ambient-impact/drupal-ambientimpact-web"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambient-Impact%2Fdrupal-ambientimpact-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambient-Impact%2Fdrupal-ambientimpact-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambient-Impact%2Fdrupal-ambientimpact-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambient-Impact%2Fdrupal-ambientimpact-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ambient-Impact","download_url":"https://codeload.github.com/Ambient-Impact/drupal-ambientimpact-web/tar.gz/refs/heads/2.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239605124,"owners_count":19666998,"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","drupal-10","drupal-10-module","drupal-9","drupal-9-module"],"created_at":"2024-09-27T10:02:35.854Z","updated_at":"2025-11-13T08:30:16.983Z","avatar_url":"https://github.com/Ambient-Impact.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"This Drupal module contains the web snippet content type, web development tags,\nand related code for [ambientimpact.com/web](https://ambientimpact.com/web).\n\n**Warning**: while this is generally production-ready, it's not guaranteed to\nmaintain a stable API and may occasionally contain bugs, being a\nwork-in-progress. Stable releases may be provided at a later date.\n\n----\n\n# Requirements\n\n* [Drupal 9.5, 10, or 11](https://www.drupal.org/download)\n\n* [Composer](https://getcomposer.org/)\n\n## Drupal dependencies\n\nBefore attempting to install this, you must add the Composer repositories as\ndescribed in the installation instructions for these dependencies:\n\n* The [`ambientimpact_core`](https://github.com/Ambient-Impact/drupal-ambientimpact-core), [`ambientimpact_icon`](https://github.com/Ambient-Impact/drupal-ambientimpact-icon), and [`ambientimpact_paragraphs`](https://github.com/Ambient-Impact/drupal-ambientimpact-paragraphs) modules.\n\n## Front-end dependencies\n\nTo build front-end assets for this project, [Node.js](https://nodejs.org/) and\n[Yarn](https://yarnpkg.com/) are required.\n\n----\n\n# Installation\n\n## Composer\n\n### Set up\n\nEnsure that you have your Drupal installation set up with the correct Composer\ninstaller types such as those provided by [the `drupal/recommended-project`\ntemplate](https://www.drupal.org/docs/develop/using-composer/starting-a-site-using-drupal-composer-project-templates#s-drupalrecommended-project).\nIf you're starting from scratch, simply requiring that template and following\n[the Drupal.org Composer\ndocumentation](https://www.drupal.org/docs/develop/using-composer/starting-a-site-using-drupal-composer-project-templates)\nshould get you up and running.\n\n### Repository\n\nIn your root `composer.json`, add the following to the `\"repositories\"` section:\n\n```json\n\"drupal/ambientimpact_web\": {\n  \"type\": \"vcs\",\n  \"url\": \"https://github.com/Ambient-Impact/drupal-ambientimpact-web.git\"\n}\n```\n\n### Installing\n\nOnce you've completed all of the above, run `composer require\n\"drupal/ambientimpact_web:^2.0@dev\"` in the root of your project to have\nComposer install this and its required dependencies for you.\n\n## Front-end assets\n\nTo build front-end assets for this project, you'll need to install\n[Node.js](https://nodejs.org/) and [Yarn](https://yarnpkg.com/).\n\nThis package makes use of [Yarn\nWorkspaces](https://yarnpkg.com/features/workspaces) and references other local\nworkspace dependencies. In the `package.json` in the root of your Drupal\nproject, you'll need to add the following:\n\n```json\n\"workspaces\": [\n  \"\u003cweb directory\u003e/modules/custom/*\"\n],\n```\n\nwhere `\u003cweb directory\u003e` is your public Drupal directory name, `web` by default.\nOnce those are defined, add the following to the `\"dependencies\"` section of\nyour top-level `package.json`:\n\n```json\n\"drupal-ambientimpact-web\": \"workspace:^2\"\n```\n\nThen run `yarn install` and let Yarn do the rest.\n\n### Optional: install yarn.BUILD\n\nWhile not required, [yarn.BUILD](https://yarn.build/) is recommended to make\nbuilding all of the front-end assets even easier.\n\n----\n\n# Building front-end assets\n\nThis uses [Webpack](https://webpack.js.org/) and [Symfony Webpack\nEncore](https://symfony.com/doc/current/frontend.html) to automate most of the\nbuild process. These will have been installed for you if you followed the Yarn\ninstallation instructions above.\n\nIf you have [yarn.BUILD](https://yarn.build/) installed, you can run:\n\n```\nyarn build\n```\n\nfrom the root of your Drupal site. If you want to build just this package, run:\n\n```\nyarn workspace drupal-ambientimpact-web run build\n```\n\n----\n\n# Major breaking changes\n\nThe following major version bumps indicate breaking changes:\n\n* 2.x:\n\n  * Requires Drupal 9.5 or [Drupal 10](https://www.drupal.org/project/drupal/releases/10.0.0) with compatibility and deprecation fixes for the latter.\n\n  * Increases minimum version of [Hook Event Dispatcher](https://www.drupal.org/project/hook_event_dispatcher) to 3.1, removes deprecated code, and adds support for 4.0 which supports Drupal 10.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambient-impact%2Fdrupal-ambientimpact-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fambient-impact%2Fdrupal-ambientimpact-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambient-impact%2Fdrupal-ambientimpact-web/lists"}