{"id":15018857,"url":"https://github.com/prestashop/ps_linklist","last_synced_at":"2025-05-16T05:04:13.846Z","repository":{"id":5652932,"uuid":"53313517","full_name":"PrestaShop/ps_linklist","owner":"PrestaShop","description":"Adds a block with several links.","archived":false,"fork":false,"pushed_at":"2024-11-29T17:05:13.000Z","size":1011,"stargazers_count":14,"open_issues_count":2,"forks_count":52,"subscribers_count":33,"default_branch":"dev","last_synced_at":"2025-04-08T15:05:13.245Z","etag":null,"topics":["hacktoberfest","native-module","prestashop","prestashop-module"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"afl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PrestaShop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-03-07T09:37:22.000Z","updated_at":"2024-11-29T14:30:13.000Z","dependencies_parsed_at":"2023-02-10T09:15:37.609Z","dependency_job_id":"bd031ee2-af69-431d-9f45-850977ceef45","html_url":"https://github.com/PrestaShop/ps_linklist","commit_stats":{"total_commits":390,"total_committers":59,"mean_commits":6.610169491525424,"dds":0.8102564102564103,"last_synced_commit":"97f63421f8b998536b556e9c8c959b01ad872691"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrestaShop%2Fps_linklist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrestaShop%2Fps_linklist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrestaShop%2Fps_linklist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrestaShop%2Fps_linklist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PrestaShop","download_url":"https://codeload.github.com/PrestaShop/ps_linklist/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254471061,"owners_count":22076585,"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":["hacktoberfest","native-module","prestashop","prestashop-module"],"created_at":"2024-09-24T19:52:32.687Z","updated_at":"2025-05-16T05:04:13.826Z","avatar_url":"https://github.com/PrestaShop.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Link list\n\n## About\n\nGive more visibility to your content/static pages (CMS, external pages, or else), where you want and when you want, to make your visitors feel like shopping on your store.\n\n## Compatibility\n\nPrestaShop: `8.1.0` or later\n\n## Multistore compatibility\n\nThis module is compatible with the multistore :heavy_check_mark: \u003cbr/\u003e\nIt can be configured differently from one store to another.\u003cbr/\u003e\nIt can be configured quickly in the same way on all stores thanks to the all shops context or the group of shops.\u003cbr/\u003e\nIt can be activated on one store and deactivated on another\n\n## How to test\n\nEdit the existing linklist block and add custom contents\nCRUD a new linklist block\n\n## Building assets\n\nIf you need to change the javascript code you have to compile the assets, this operation is done\nvia command line. You can get base information and requirements in the dev doc (be careful with the\nnode version):\n\n(https://devdocs.prestashop.com/1.7/development/compile-assets/)\n\nThen the operations to compile assets are:\n\n```$xslt\ncd ps_linklist/views\nnpm install\nnpm run build\n```\n\nThis will update the files in the `ps_linklist/view/public` folder.\n\nDuring development you can build automatically the assets (in dev mode) when you modify them by using this command:\n\n```\nnpm run watch\n```\n\n## Reporting issues\n\nYou can report issues with this module in the main PrestaShop repository. [Click here to report an issue][report-issue]. \n\n## Contributing\n\nPrestaShop modules are open source extensions to the PrestaShop e-commerce solution. Everyone is welcome and even encouraged to contribute with their own improvements.\n\n### Requirements\n\nContributors **must** follow the following rules:\n\n* **Make your Pull Request on the \"dev\" branch**, NOT the \"master\" branch.\n* Do not update the module's version number.\n* Follow [the coding standards][1].\n\n### Process in details\n\nContributors wishing to edit a module's files should follow the following process:\n\n1. Create your GitHub account, if you do not have one already.\n2. Fork this project to your GitHub account.\n3. Clone your fork to your local machine in the ```/modules``` directory of your PrestaShop installation.\n4. Create a branch in your local clone of the module for your changes.\n5. Change the files in your branch. Be sure to follow the [coding standards][1]!\n6. Push your changed branch to your fork in your GitHub account.\n7. Create a pull request for your changes **on the _'dev'_ branch** of the module's project. Be sure to follow the [contribution guidelines][2] in your pull request. If you need help to make a pull request, read the [GitHub help page about creating pull requests][3].\n8. Wait for one of the core developers either to include your change in the codebase, or to comment on possible improvements you should make to your code.\n\nThat's it: you have contributed to this open source project! Congratulations!\n\n## License\n\nThis module is released under the [Academic Free License 3.0][AFL-3.0] \n\n[report-issue]: https://github.com/PrestaShop/PrestaShop/issues/new/choose\n[1]: https://devdocs.prestashop.com/1.7/development/coding-standards/\n[2]: https://devdocs.prestashop.com/1.7/contribute/contribution-guidelines/\n[3]: https://help.github.com/articles/using-pull-requests\n[AFL-3.0]: https://opensource.org/licenses/AFL-3.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprestashop%2Fps_linklist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprestashop%2Fps_linklist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprestashop%2Fps_linklist/lists"}