{"id":43401218,"url":"https://github.com/breadlesscode/neos-notification","last_synced_at":"2026-02-02T15:19:57.746Z","repository":{"id":62496809,"uuid":"110701088","full_name":"breadlesscode/neos-notification","owner":"breadlesscode","description":"Notifications in NEOS CMS","archived":false,"fork":false,"pushed_at":"2017-12-24T12:14:49.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-28T18:20:12.352Z","etag":null,"topics":["fusion","neos-cms","neoscms","notifications"],"latest_commit_sha":null,"homepage":null,"language":null,"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/breadlesscode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-14T14:31:57.000Z","updated_at":"2020-09-16T07:37:02.000Z","dependencies_parsed_at":"2022-11-02T11:45:42.483Z","dependency_job_id":null,"html_url":"https://github.com/breadlesscode/neos-notification","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/breadlesscode/neos-notification","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breadlesscode%2Fneos-notification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breadlesscode%2Fneos-notification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breadlesscode%2Fneos-notification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breadlesscode%2Fneos-notification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/breadlesscode","download_url":"https://codeload.github.com/breadlesscode/neos-notification/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breadlesscode%2Fneos-notification/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29014015,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T14:58:54.169Z","status":"ssl_error","status_checked_at":"2026-02-02T14:58:51.285Z","response_time":58,"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":["fusion","neos-cms","neoscms","notifications"],"created_at":"2026-02-02T15:19:56.506Z","updated_at":"2026-02-02T15:19:57.741Z","avatar_url":"https://github.com/breadlesscode.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# NEOS notifications\n[![Latest Stable Version](https://poser.pugx.org/breadlesscode/neos-notification/v/stable)]()\n[![Downloads](https://img.shields.io/packagist/dt/breadlesscode/neos-notification.svg)]()\n[![license](https://img.shields.io/github/license/breadlesscode/neos-notification.svg)]()\n\nThis package includes a notification component and a notification node type for the backend.\n\n## Requirements\n- NEOS \u003e=3.3\n\n## Installation\n```\ncomposer require breadlesscode/neos-notification\n```\n## Configuration\n```yaml\nBreadlesscode:\n  Notification:\n    classes:\n      base: 'alert' # if you only set base class, BEM naming is used\n      content: 'alert-content'\n      info: 'alert-info'\n      warning: 'alert-warning'\n      danger: 'alert-danger'\n```\n## Usage\nYou can use the component like this in fusion:\n```\n    notification = Breadlesscode.Notification:NotificationComponent {\n        onlyRenderInBackend = ${ false }\n        type = 'info'\n        content 'Hello world'\n        # and you can override the class configuration\n        baseClass = 'notification' # for BEM naming\n        # if you dont want BEM naming you can set each class manually\n        contentClass = 'notification__content'\n        containerClass = 'notification'\n    }\n```\n\n## License\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreadlesscode%2Fneos-notification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbreadlesscode%2Fneos-notification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreadlesscode%2Fneos-notification/lists"}