{"id":44438710,"url":"https://github.com/eaudeweb/edw_document","last_synced_at":"2026-02-12T14:29:43.748Z","repository":{"id":307083995,"uuid":"1007041241","full_name":"eaudeweb/edw_document","owner":"eaudeweb","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-03T09:27:36.000Z","size":102,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"1.x","last_synced_at":"2026-02-03T21:36:22.647Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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-23T11:24:06.000Z","updated_at":"2026-02-03T09:25:10.000Z","dependencies_parsed_at":"2025-07-29T11:54:17.776Z","dependency_job_id":null,"html_url":"https://github.com/eaudeweb/edw_document","commit_stats":null,"previous_names":["eaudeweb/edw_document"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/eaudeweb/edw_document","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fedw_document","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fedw_document/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fedw_document/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fedw_document/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eaudeweb","download_url":"https://codeload.github.com/eaudeweb/edw_document/tar.gz/refs/heads/1.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fedw_document/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29368634,"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":[],"created_at":"2026-02-12T14:29:41.288Z","updated_at":"2026-02-12T14:29:43.742Z","avatar_url":"https://github.com/eaudeweb.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EDW document\n\nProvides a Drupal Document content type to store organisational multilingual \nstructured PDF/Word etc. documents\n\n## Prerequisites\n\nThe `entity_reference_revisions` module requires the following patch to be applied:\n\n```php\n\"patches\": {\n    \"drupal/entity_reference_revisions\": {\n      \"#2799479 - Views doesn't recognize relationship to host\": \"https://www.drupal.org/files/issues/2022-06-01/entity_reference_revisions-relationship_host_id-2799479-176.patch\"\n    }\n}\n```\n\nFor a better experience install `file_replace` and apply the patch:\n\n```php\n\"drupal/file_replace\": {\n  \"#3300659 - Replace files directly from file widget\": \"https://www.drupal.org/files/issues/2024-02-04/3300659-31-file-replace-button--seven-themes.patch\"\n},\n```\nand enable the settings at `/admin/config/file_replace/settings`.\n\n## Installation\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_document.git\"\n},\n{\n     \"type\": \"git\",\n     \"url\": \"https://github.com/eaudeweb/edw_utilities.git\"\n}\n```\n\n2. Run\n   ```composer require eaudeweb/edw_document:^1.0```\n\n3. Enable the module:\n   ``drush en edw_document``\n\n## Basic Configuration\n\n- Field type\n  - **File with Language** - File with description and language\n- Field widget\n  - File with language - default widget for the `File with Language` field type.\n  - Multi Language file - display all files grouped by language.\n- Field Formatter:\n  - File with Language - File formatter for `file_language` field type. Extends \ngeneric File formatter with the \npossibility to display the language selected from a dropdown with languages. If \n`use_description_as_link_text` setting is true, then show description if \nlanguage is not selected. If both are empty then display the filename. Use\n`suppress_language` to suppress the language with description.\n  - Dropdown File with Language - overrides the default File with Language \nformatter and display only files with language as a dropdown (using \n`dropdown_file_language` theme).\n  - Files group by Language - Group files in tabs using available languages.\n- Facet Processor **List item Language** - Display the language name instead \nof langcode.\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_paragraphs](https://github.com/eaudeweb/edw_paragraphs)\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_document","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feaudeweb%2Fedw_document","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feaudeweb%2Fedw_document/lists"}