{"id":13397668,"url":"https://github.com/wearewondrous/paragraphs_types","last_synced_at":"2025-03-14T00:32:34.501Z","repository":{"id":106308492,"uuid":"61721696","full_name":"wearewondrous/paragraphs_types","owner":"wearewondrous","description":"A collection for Drupal 8 paragraphs (www.drupal.org/project/paragraphs). Currently not stable!","archived":true,"fork":false,"pushed_at":"2021-06-17T04:51:00.000Z","size":119,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-07-31T18:21:07.979Z","etag":null,"topics":["depricated","drupal-8","drupal-module"],"latest_commit_sha":null,"homepage":"","language":"Twig","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/wearewondrous.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-06-22T13:34:53.000Z","updated_at":"2023-01-28T00:09:57.000Z","dependencies_parsed_at":"2024-01-18T10:29:46.509Z","dependency_job_id":null,"html_url":"https://github.com/wearewondrous/paragraphs_types","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wearewondrous%2Fparagraphs_types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wearewondrous%2Fparagraphs_types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wearewondrous%2Fparagraphs_types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wearewondrous%2Fparagraphs_types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wearewondrous","download_url":"https://codeload.github.com/wearewondrous/paragraphs_types/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243504923,"owners_count":20301523,"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":["depricated","drupal-8","drupal-module"],"created_at":"2024-07-30T18:01:38.178Z","updated_at":"2025-03-14T00:32:34.104Z","avatar_url":"https://github.com/wearewondrous.png","language":"Twig","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"#Deprecated\n\nWill be removed in teh future\n\n# Paragraphs types collection\n\n## What is it?\n\nThis is a collection of paragraphs types for Drupal 8. This module requires the\n[Paragraphs Module](www.drupal.org/project/paragraphs) to be installed.\n\n## What is in it?\n\n- Gallery\tgallery\n- Image\timage\n  - field_image\n  - field_figcaption\n- Blockquote blockquote\n  - field_body\n  - field_blockquote_cite (see [MDN Source](https://developer.mozilla.org/de/docs/Web/HTML/Element/blockquote))\n  - field_blockquote_footer\n- Text\ttext\n  - field_body\n- Image featured Text\n  - field_body\n  - field_image\n  - field_image_text_layout\n- Video\tvideo\n\n## To dos\n\n- convert to field_body in blockquote and image_featured_text\n- convert figcaption, blockquote_footer to text formated\n- add minimal html to figcaption, blockquote_footer\n\n## Basics\n\n- Highly experimental, do not use in production\n- Only for Drupal 8, there will be no backport\n- Currently does not work together with paragraphs demo because of naming collissions\n\n## Installation\n\nAt the Moment only Drupal Composer projects are supported. Please see the documentation here:\n[Using Composer to install Drupal packages through Drupal.org](https://www.drupal.org/node/2718229)\n\nTo install this module 4 libraries are needed.\n- dropzone\n- imagesloaded\n- masonry\n- photoswipe\n\nJust add the following to your composer.json file:\n\n```\n{\n  \"type\": \"package\",\n  \"package\": {\n    \"name\": \"enyo/dropzone\",\n    \"version\": \"4.3.0\",\n    \"type\": \"drupal-library\",\n    \"dist\": {\n      \"url\": \"https://github.com/enyo/dropzone/archive/v4.3.0.zip\",\n      \"type\": \"zip\"\n    }\n  }\n},\n{\n  \"type\": \"package\",\n  \"package\": {\n    \"name\": \"desandro/imagesloaded\",\n    \"version\": \"3.2.0\",\n    \"type\": \"drupal-library\",\n    \"dist\": {\n      \"url\": \"https://github.com/desandro/imagesloaded/archive/v3.2.0.zip\",\n      \"type\": \"zip\"\n    }\n  }\n},\n{\n  \"type\": \"package\",\n  \"package\": {\n    \"name\": \"desandro/masonry\",\n    \"version\": \"3.3.2\",\n    \"type\": \"drupal-library\",\n    \"dist\": {\n      \"url\": \"https://github.com/desandro/masonry/archive/v3.3.2.zip\",\n      \"type\": \"zip\"\n    }\n},\n{\n  \"type\": \"package\",\n  \"package\": {\n    \"name\": \"dimsemenov/photoswipe\",\n    \"version\": \"4.1.1\",\n    \"type\": \"drupal-library\",\n    \"dist\": {\n      \"url\": \"https://github.com/dimsemenov/PhotoSwipe/archive/v4.1.1.zip\",\n      \"type\": \"zip\"\n    }\n  }\n}\n```\n\nthen add this git repository:\n\n```\n{\n  \"type\": \"vcs\",\n  \"url\": \"https://github.com/wearewondrous/paragraph_types\"\n}\n```\n\nBe sure to have the installer path for libraries set\n\n```\n\"web/libraries/{$name}\": [\n    \"type:drupal-library\"\n]\n```\n\nTo install the libraries via composer then type\ncomposer require enyo/dropzone desandro/imagesloaded desandro/masonry dimsemenov/photoswipe\n\nTo install the module run\ncomposer require drupal/paragraphs_types\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwearewondrous%2Fparagraphs_types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwearewondrous%2Fparagraphs_types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwearewondrous%2Fparagraphs_types/lists"}