{"id":28967592,"url":"https://github.com/su-sws/react_paragraphs","last_synced_at":"2025-06-24T08:09:36.571Z","repository":{"id":37850683,"uuid":"237534913","full_name":"SU-SWS/react_paragraphs","owner":"SU-SWS","description":"A React Based UI for editing paragraphs in Drupal.","archived":false,"fork":false,"pushed_at":"2024-08-29T17:32:13.000Z","size":14140,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"8.x","last_synced_at":"2025-06-24T08:09:28.640Z","etag":null,"topics":["d8","jumpstart-core"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"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/SU-SWS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-31T23:41:04.000Z","updated_at":"2024-08-29T17:32:05.000Z","dependencies_parsed_at":"2024-06-19T17:10:33.781Z","dependency_job_id":"44b50547-f521-4e76-b1c7-47a368eb02fb","html_url":"https://github.com/SU-SWS/react_paragraphs","commit_stats":{"total_commits":142,"total_committers":6,"mean_commits":"23.666666666666668","dds":0.6056338028169015,"last_synced_commit":"c4da0f6e855bc18f04f409e647f19f5cae00253a"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/SU-SWS/react_paragraphs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Freact_paragraphs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Freact_paragraphs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Freact_paragraphs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Freact_paragraphs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SU-SWS","download_url":"https://codeload.github.com/SU-SWS/react_paragraphs/tar.gz/refs/heads/8.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Freact_paragraphs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261632136,"owners_count":23187273,"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":["d8","jumpstart-core"],"created_at":"2025-06-24T08:09:35.481Z","updated_at":"2025-06-24T08:09:36.548Z","avatar_url":"https://github.com/SU-SWS.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [React Paragraphs](https://github.com/SU-SWS/react_paragraphs)\n##### Version: 8.x\n\n[![Maintainability](https://api.codeclimate.com/v1/badges/9e90958f537c6d756e13/maintainability)](https://codeclimate.com/github/SU-SWS/react_paragraphs/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/9e90958f537c6d756e13/test_coverage)](https://codeclimate.com/github/SU-SWS/react_paragraphs/test_coverage)\n[![CircleCI](https://circleci.com/gh/SU-SWS/react_paragraphs.svg?style=svg)](https://circleci.com/gh/SU-SWS/react_paragraphs)\n\nMaintainers: [Mike Decker](https://github.com/pookmish)\n\nChangelog: [Changelog.md](CHANGELOG.md)\n\nDescription\n---\n\nThis module provides a UI for editing paragrahs in Drupal that is unlike any before it.\n\nInstallation\n---\n\nInstall this module like any other module. [See Drupal Documentation](https://drupal.org/documentation/install/modules-themes/modules-8)\n\nConfiguration\n---\n\nNothing special needed.\n\n\nTroubleshooting\n---\n\nIf you are experiencing issues with this module try reverting the feature first. If you are still experiencing issues try posting an issue on the GitHub issues page.\n\nDeveloper\n---\n\nFor React development, change directories into the `js` directory and run either\n`yarn` or `npm install`. This will install all dependencies for webpack and\nReact. For faster development with the React framework, you can run `yarn dev`\nor `npm run dev` which will create a live reloading url with the react widget.\nTo compile the css \u0026 js for use in a Drupal site, use `yarn build` or `npm run\nbuild`. These commands will re-compile the appropriate files. Then ensure to\nclear javascript and browser caches on the Drupal site being used.\n\n\nContribution / Collaboration\n---\n\nYou are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see [GitHub's article on fork, branch, and pull requests](https://help.github.com/articles/using-pull-requests)\n\n\nReleases\n---\n\nSteps to build a new release:\n- Checkout the latest commit from the `8.x-2.x` branch.\n- Create a new branch for the release.\n- Commit any necessary changes to the release branch.\n  -  These may include, but are not necessarily limited to:\n    - Update the version in any `info.yml` files, including in any submodules.\n    - Update the CHANGELOG to reflect the changes made in the new release.\n- Make a PR to merge your release branch into `master`\n- Give the PR a semver-compliant label, e.g., (`patch`, `minor`, `major`).  This may happen automatically via Github actions (if a labeler action is configured).\n- When the PR is merged to `master`, a new tag will be created automatically, bumping the version by the semver label.\n- The github action is built from: [semver-release-action](https://github.com/K-Phoen/semver-release-action), and further documentation is available there.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsu-sws%2Freact_paragraphs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsu-sws%2Freact_paragraphs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsu-sws%2Freact_paragraphs/lists"}