{"id":15061366,"url":"https://github.com/ambient-impact/drupal-ambientimpact-paragraphs","last_synced_at":"2026-02-26T19:02:39.476Z","repository":{"id":209395739,"uuid":"653229295","full_name":"Ambient-Impact/drupal-ambientimpact-paragraphs","owner":"Ambient-Impact","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-16T14:44:02.000Z","size":105,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"2.x","last_synced_at":"2025-09-16T15:51:20.223Z","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-06-13T16:38:40.000Z","updated_at":"2025-09-16T14:44:06.000Z","dependencies_parsed_at":"2024-11-21T07:30:13.702Z","dependency_job_id":"1923951b-e0d3-46ac-bef9-27b9c7eee9b6","html_url":"https://github.com/Ambient-Impact/drupal-ambientimpact-paragraphs","commit_stats":null,"previous_names":["ambient-impact/drupal-ambientimpact-paragraphs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ambient-Impact/drupal-ambientimpact-paragraphs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambient-Impact%2Fdrupal-ambientimpact-paragraphs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambient-Impact%2Fdrupal-ambientimpact-paragraphs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambient-Impact%2Fdrupal-ambientimpact-paragraphs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambient-Impact%2Fdrupal-ambientimpact-paragraphs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ambient-Impact","download_url":"https://codeload.github.com/Ambient-Impact/drupal-ambientimpact-paragraphs/tar.gz/refs/heads/2.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambient-Impact%2Fdrupal-ambientimpact-paragraphs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281563810,"owners_count":26522704,"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","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-24T23:18:49.776Z","updated_at":"2025-10-29T04:47:27.328Z","avatar_url":"https://github.com/Ambient-Impact.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"This Drupal module contains various\n[Paragraph](https://www.drupal.org/project/paragraphs) entity types, their\nfields, display modes, and supporting code.\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* PHP 8.1\n\n* [Composer](https://getcomposer.org/)\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_paragraphs\": {\n  \"type\": \"vcs\",\n  \"url\": \"https://github.com/Ambient-Impact/drupal-ambientimpact-paragraphs.git\"\n}\n```\n\n### Patching\n\nThis provides [one or more patches](#patches). These can be applied automatically by the the\n[`cweagans/composer-patches`](https://github.com/cweagans/composer-patches/tree/1.x)\nComposer plug-in, but some set up is required before installing this module.\nNotably, you'll need to [enable patching from\ndependencies](https://github.com/cweagans/composer-patches/tree/1.x#allowing-patches-to-be-applied-from-dependencies) (such as this module 🤓). At\na minimum, you should have these values in your root `composer.json` (merge with\nexisting keys as needed):\n\n\n```json\n{\n  \"require\": {\n    \"cweagans/composer-patches\": \"^1.7.0\"\n  },\n  \"config\": {\n    \"allow-plugins\": {\n      \"cweagans/composer-patches\": true\n    }\n  },\n  \"extra\": {\n    \"enable-patching\": true,\n    \"patchLevel\": {\n      \"drupal/core\": \"-p2\"\n    }\n  }\n}\n\n```\n\n**Important**: The 1.x version of the plug-in is currently required because it\nallows for applying patches from a dependency; this is not implemented nor\nplanned for the 2.x branch of the plug-in.\n\n### Installing\n\nOnce you've completed all of the above, run `composer require\n\"drupal/ambientimpact_paragraphs:^2.0@dev\"` in the root of your project to\nhave Composer install this and its required dependencies for you.\n\n# Patches\n\nThe following patches are supplied (see [Patching](#patching) above):\n\n* [GeSHi Filter module](https://www.drupal.org/project/geshifilter):\n\n  * [Theme functions are deprecated in geshifield [#3137937]](https://www.drupal.org/project/geshifilter/issues/3137937#comment-13895126)\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  * Requires PHP 8.1 or newer.\n\n  * Switched from [Hook Event Dispatcher](https://www.drupal.org/project/hook_event_dispatcher) to [Hux](https://www.drupal.org/project/hux).\n\n  * Several classes have been renamed or moved to be more in line with PHP, Drupal, and Symfony naming conventions. Don't forget to run database updates!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambient-impact%2Fdrupal-ambientimpact-paragraphs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fambient-impact%2Fdrupal-ambientimpact-paragraphs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambient-impact%2Fdrupal-ambientimpact-paragraphs/lists"}