{"id":44438690,"url":"https://github.com/eaudeweb/edw_paragraphs","last_synced_at":"2026-02-12T14:29:40.540Z","repository":{"id":304136489,"uuid":"1007091162","full_name":"eaudeweb/edw_paragraphs","owner":"eaudeweb","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-29T10:07:35.000Z","size":164,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":0,"default_branch":"1.x","last_synced_at":"2026-01-30T01:32:07.071Z","etag":null,"topics":["drupal-module"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eaudeweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-06-23T12:57:37.000Z","updated_at":"2026-01-29T10:07:40.000Z","dependencies_parsed_at":"2025-10-07T13:19:39.519Z","dependency_job_id":"11a7c24d-ad68-4b61-8464-4001e457a480","html_url":"https://github.com/eaudeweb/edw_paragraphs","commit_stats":null,"previous_names":["eaudeweb/edw_paragraphs"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/eaudeweb/edw_paragraphs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fedw_paragraphs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fedw_paragraphs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fedw_paragraphs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fedw_paragraphs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eaudeweb","download_url":"https://codeload.github.com/eaudeweb/edw_paragraphs/tar.gz/refs/heads/1.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fedw_paragraphs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29368632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-module"],"created_at":"2026-02-12T14:29:39.532Z","updated_at":"2026-02-12T14:29:40.533Z","avatar_url":"https://github.com/eaudeweb.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EDW Paragraphs\n=============================================\n\nThis module provides a number of Paragraph types.\n\n## Architecture\n\nThe module provides the following paragraph types:\n\n```php\n├── edw_paragraphs\n    ├── edw_paragraphs_accordion\n    ├── edw_paragraphs_announcement\n    ├── edw_paragraphs_banner\n    ├── edw_paragraphs_base\n    ├── edw_paragraphs_block\n    ├── edw_paragraphs_carousel\n    ├── edw_paragraphs_container\n    ├── edw_paragraphs_document\n    ├── edw_paragraphs_facts_figures\n    ├── edw_paragraphs_gallery\n    ├── edw_paragraphs_heading\n    ├── edw_paragraphs_image\n    ├── edw_paragraphs_media\n    └── edw_paragraphs_tabs\n    └── edw_paragraphs_timeline\n    └── edw_paragraphs_view\n```\n\n## Installation\n\n1. Add the following snippet to the `repositories` section of your `composer.json` file:\n```\n{\n    \"type\": \"git\",\n    \"url\": \"https://github.com/eaudeweb/edw_paragraphs.git\"\n},\n{\n    \"type\": \"git\",\n    \"url\": \"https://github.com/eaudeweb/edw_media.git\"\n}\n```\n\n2. Run\n   ```composer require eaudeweb/edw_paragraphs:^1.0```\n\n3. Enable the module:\n   ``drush en edw_paragraphs``\n\n## Sub-modules\n\nThe following submodules can be used to extend the event functionality. They can also be used independently to attach to\nother entities.\n\n### Base\n- **Button**: The Button paragraph allows editors to insert a link in different\nvariants.\n- **Card**: The Card paragraph allows editors to display a bordered box around\nits content. It includes optional fields like title, image, HTML text, metadata\nfor headers/footer.\n- **HTML**: The Rich text paragraph adds an optional title field with body.\n- **Links block**: The Links block paragraph displays a list of links.\n- **Columns**: The Columns paragraph allows editors to group multiple\ncomponents (e.g.: HTML, Card, Document) in one, two or more columns.\n- **Quote**: The Quote paragraph allows editors to add a quotation.\n\n### Accordion\nThe paragraph shows a collection of collapsible items. To get this paragraph\ntype enable the EDW Paragraphs Accordion submodule.\n\n### Announcement\nProvides an Announcement block. To get this paragraph type enable the EDW \nParagraphs Announcement submodule.\n\n### Banner\nProvides Banner paragraph that display a prominent message and related action.\nTo get this paragraph type enable the EDW Paragraphs Banner submodule.\n\n### Block\nProvides a Block item paragraph with a field Block (plugin) that allows a\ncontent entity to reference and configure custom block instances.\n\n### Carousel\nProvides Carousel paragraph that display items similar to a Banner with\nmultiple slides. To get this paragraph type enable the EDW Paragraphs Carousel\nsubmodule.\n\n### Container\nThis module provides a paragraph Container useful when you want to store other \ncomponents. To get this paragraph type enable the EDW Paragraphs Carousel\nsubmodule.\n\n### Document\nThe Document paragraph allows editors to render documents. To get this paragraph\ntype enable the EDW Paragraphs Carousel submodule.\n\n### Facts and figures\nProvides Facts and figures paragraph to display numerical representations of\nfacts that are easier to portray visually through the use of statistics. To get\nthis paragraph type enable the EDW Paragraphs Facts and figures submodule.\n\n### Gallery\nThis module provides a paragraph type that displays a gallery of media entities.\nTo get this paragraph type enable the EDW Paragraphs Gallery submodule.\n\n### Heading\nThis module provides a paragraph type that displays headings (h2-h6). To get\nthis paragraph type enable the EDW Paragraphs Heading submodule.\n\n### Image\nThis module provides a paragraph type, used to add an image. To get this \nparagraph type enable the EDW Paragraphs Heading submodule.\n\n### Text with Featured media\nThis module provides the Text with Featured media paragraph. To get this\nparagraph type enable the EDW Paragraphs Media submodule.\n\n### Tabs\nProvides Tabs paragraph that displays items easy to scan labels of the relevant\ninformation, indicative of the additional content that is available through\nextra interaction. To get this paragraph type enable the EDW Paragraphs Gallery \nsubmodule.\n\n### Timeline\nProvides Timeline paragraph that displays items visually on a time axis. To get\nthis paragraph type enable the EDW Paragraphs Gallery submodule.\n\n### View\nProvides a View paragraph using Views Reference Field module that embed a view\nblock. To get this paragraph type enable the EDW Paragraphs View submodule.\n\n## Other EDW modules:\n* [edw_blocks](https://github.com/eaudeweb/edw_blocks)\n* [edw_decoupled](https://github.com/eaudeweb/edw_decoupled)\n* [edw_demo_data](https://github.com/eaudeweb/edw_demo_data)\n* [edw_document](https://github.com/eaudeweb/edw_document)\n* [edw_event](https://github.com/eaudeweb/edw_event)\n* [edw_group](https://github.com/eaudeweb/edw_group)\n* [edw_media](https://github.com/eaudeweb/edw_media)\n* [edw_person](https://github.com/eaudeweb/edw_person)\n* [edw_project](https://github.com/eaudeweb/edw_project)\n* [edw_themes](https://github.com/eaudeweb/edw_themes)\n* [edw_utilities](https://github.com/eaudeweb/edw_utilities)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feaudeweb%2Fedw_paragraphs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feaudeweb%2Fedw_paragraphs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feaudeweb%2Fedw_paragraphs/lists"}