{"id":13568237,"url":"https://github.com/codesyntax/volto-featured-block","last_synced_at":"2026-02-14T19:03:34.611Z","repository":{"id":37474629,"uuid":"501656179","full_name":"codesyntax/volto-featured-block","owner":"codesyntax","description":"Volto block to create pages with arbitrary title + image + description content, not based on existing content of the site","archived":false,"fork":false,"pushed_at":"2025-01-02T16:05:28.000Z","size":45494,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-08-29T08:39:30.947Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codesyntax.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2022-06-09T13:05:11.000Z","updated_at":"2025-01-02T16:03:21.000Z","dependencies_parsed_at":"2024-04-09T17:49:47.930Z","dependency_job_id":"8aff1544-a7c0-445e-bade-7e35093c2f78","html_url":"https://github.com/codesyntax/volto-featured-block","commit_stats":{"total_commits":51,"total_committers":7,"mean_commits":7.285714285714286,"dds":"0.37254901960784315","last_synced_commit":"06835117baac122b7f348499980dd831f618b033"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/codesyntax/volto-featured-block","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesyntax%2Fvolto-featured-block","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesyntax%2Fvolto-featured-block/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesyntax%2Fvolto-featured-block/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesyntax%2Fvolto-featured-block/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codesyntax","download_url":"https://codeload.github.com/codesyntax/volto-featured-block/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesyntax%2Fvolto-featured-block/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29452599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["hacktoberfest"],"created_at":"2024-08-01T14:00:22.020Z","updated_at":"2026-02-14T19:03:34.598Z","avatar_url":"https://github.com/codesyntax.png","language":"JavaScript","funding_links":[],"categories":["Add-ons"],"sub_categories":["Layout add-ons"],"readme":"# Volto Featured Block (@codesyntax/volto-featured-block)\n\nç\n\n[![npm](https://img.shields.io/npm/v/@codesyntax/volto-featured-block)](https://www.npmjs.com/package/@codesyntax/volto-featured-block)\n[![](https://img.shields.io/badge/-Storybook-ff4785?logo=Storybook\u0026logoColor=white\u0026style=flat-square)](https://codesyntax.github.io/volto-featured-block/)\n[![Code analysis checks](https://github.com/codesyntax/volto-featured-block/actions/workflows/code.yml/badge.svg)](https://github.com/codesyntax/volto-featured-block/actions/workflows/code.yml)\n[![Unit tests](https://github.com/codesyntax/volto-featured-block/actions/workflows/unit.yml/badge.svg)](https://github.com/codesyntax/volto-featured-block/actions/workflows/unit.yml)\n\n## Features\n\n- Page composition tool to feature or highlight items in your pages.\n- No need to use existing content of the site to create this blocks (if you want to do that, use the core grid block)\n- Variation and style support\n\n## Upgrade guide\n\n### Upgrade to 1.0.0\n\nThis version is not backwards compatible with blocks created with previous versions of this package.\n\nThe blocks will keep working but you may need to re-add some content into your pages.\n\n\n## Installation\n\nTo install your project, you must choose the method appropriate to your version of Volto.\n\n\n### Volto 17 and earlier\n\nCreate a new Volto project (you can skip this step if you already have one):\n\n```\nnpm install -g yo @plone/generator-volto\nyo @plone/volto my-volto-project --addon @codesyntax/volto-featured-block\ncd my-volto-project\n```\n\nAdd `@codesyntax/volto-featured-block` to your package.json:\n\n```JSON\n\"addons\": [\n    \"@codesyntax/volto-featured-block\"\n],\n\n\"dependencies\": {\n    \"@codesyntax/volto-featured-block\": \"*\"\n}\n```\n\nDownload and install the new add-on by running:\n\n```\nyarn install\n```\n\nStart volto with:\n\n```\nyarn start\n```\n\n### Volto 18 and later\n\nAdd `@codesyntax/volto-featured-block` to your `package.json`:\n\n```json\n\"dependencies\": {\n    \"@codesyntax/volto-featured-block\": \"*\"\n}\n```\n\nAdd `@codesyntax/volto-featured-block` to your `volto.config.js`:\n\n```javascript\nconst addons = ['@codesyntax/volto-featured-block'];\n```\n\nIf this package provides a Volto theme, and you want to activate it, then add the following to your `volto.config.js`:\n\n```javascript\nconst theme = '@codesyntax/volto-featured-block';\n```\n\n## Test installation\n\nVisit http://localhost:3000/ in a browser, login, and check the awesome new features.\n\n\n## Development\n\nThe development of this add-on is done in isolation using a new approach using pnpm workspaces and latest `mrs-developer` and other Volto core improvements.\nFor this reason, it only works with pnpm and Volto 18 (currently in alpha).\n\n\n### Pre-requisites\n\n-   [Node.js](https://6.docs.plone.org/install/create-project.html#node-js)\n-   [Make](https://6.docs.plone.org/install/create-project.html#make)\n-   [Docker](https://6.docs.plone.org/install/create-project.html#docker)\n\n\n### Make convenience commands\n\nRun `make help` to list the available commands.\n\n```text\nhelp                             Show this help\ninstall                          Installs the add-on in a development environment\nstart                            Starts Volto, allowing reloading of the add-on during development\nbuild                            Build a production bundle for distribution of the project with the add-on\ni18n                             Sync i18n\nci-i18n                          Check if i18n is not synced\nformat                           Format codebase\nlint                             Lint, or catch and remove problems, in code base\nrelease                          Release the add-on on npmjs.org\nrelease-dry-run                  Dry-run the release of the add-on on npmjs.org\ntest                             Run unit tests\nci-test                          Run unit tests in CI\nbackend-docker-start             Starts a Docker-based backend for development\nstorybook-start                  Start Storybook server on port 6006\nstorybook-build                  Build Storybook\nacceptance-frontend-dev-start    Start acceptance frontend in development mode\nacceptance-frontend-prod-start   Start acceptance frontend in production mode\nacceptance-backend-start         Start backend acceptance server\nci-acceptance-backend-start      Start backend acceptance server in headless mode for CI\nacceptance-test                  Start Cypress in interactive mode\nci-acceptance-test               Run cypress tests in headless mode for CI\n```\n\n### Development environment set up\n\nInstall package requirements.\n\n```shell\nmake install\n```\n\n### Start developing\n\nStart the backend.\n\n```shell\nmake backend-docker-start\n```\n\nIn a separate terminal session, start the frontend.\n\n```shell\nmake start\n```\n\n### Lint code\n\nRun ESlint, Prettier, and Stylelint in analyze mode.\n\n```shell\nmake lint\n```\n\n### Format code\n\nRun ESlint, Prettier, and Stylelint in fix mode.\n\n```shell\nmake format\n```\n\n### i18n\n\nExtract the i18n messages to locales.\n\n```shell\nmake i18n\n```\n\n### Unit tests\n\nRun unit tests.\n\n```shell\nmake test\n```\n\n### Run Cypress tests\n\nRun each of these steps in separate terminal sessions.\n\nIn the first session, start the frontend in development mode.\n\n```shell\nmake acceptance-frontend-dev-start\n```\n\nIn the second session, start the backend acceptance server.\n\n```shell\nmake acceptance-backend-start\n```\n\nIn the third session, start the Cypress interactive test runner.\n\n```shell\nmake acceptance-test\n```\n\n## License\n\nThe project is licensed under the MIT license.\n\n## Credits and Acknowledgements 🙏\n\nCrafted with care by **Generated using [Cookieplone (0.7.1)](https://github.com/plone/cookieplone) and [cookiecutter-plone (92fee80)](https://github.com/plone/cookiecutter-plone/commit/92fee80e8c83fceacc79c729e5dddbe3ffaa502e) on 2024-11-13 18:26:16.669378**. A special thanks to all contributors and supporters!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesyntax%2Fvolto-featured-block","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodesyntax%2Fvolto-featured-block","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesyntax%2Fvolto-featured-block/lists"}