{"id":34014174,"url":"https://github.com/networkteam/neos-mockup","last_synced_at":"2025-12-30T05:43:22.920Z","repository":{"id":32846020,"uuid":"109399597","full_name":"networkteam/neos-mockup","owner":"networkteam","description":"A Neos package providing basic mockup functionality for content-first approach","archived":false,"fork":false,"pushed_at":"2025-07-31T14:08:33.000Z","size":156,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-10-14T02:35:30.582Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SCSS","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/networkteam.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,"zenodo":null}},"created_at":"2017-11-03T13:37:25.000Z","updated_at":"2025-07-31T14:06:55.000Z","dependencies_parsed_at":"2025-07-31T08:26:29.422Z","dependency_job_id":"c860071c-cf5b-4ef8-90fe-c57fdbf25dd5","html_url":"https://github.com/networkteam/neos-mockup","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/networkteam/neos-mockup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networkteam%2Fneos-mockup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networkteam%2Fneos-mockup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networkteam%2Fneos-mockup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networkteam%2Fneos-mockup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/networkteam","download_url":"https://codeload.github.com/networkteam/neos-mockup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networkteam%2Fneos-mockup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27706674,"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","status":"online","status_checked_at":"2025-12-13T02:00:09.769Z","response_time":147,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-12-13T13:54:24.587Z","updated_at":"2025-12-13T13:54:25.508Z","avatar_url":"https://github.com/networkteam.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# neos-mockup\nA Neos package providing basic mockup functionality for content-first approach\n\n## Versions\n\n| Neos CMS      | Plugin |\n|---------------|--------|\n| \u003e= 9.0        | 5.x    |\n| \u003e= 4.0, \u003c 9.0 | 4.x    |\n\n## Install package\n\n1. Install **neos base distribution** via composer https://www.neos.io/download-and-extend.html\n\n2. Require package `networkteam/neos-mockup` as composer dependency\n```bash\ncomposer require \"networkteam/neos-mockup\"\n```\n3. Remove `neos/demo` package\n```bash\ncomposer remove package neos/demo\n```\n4. Follow Neos setup (http://your-neos.site/setup) and **create a new site package with a dummy site**\n5. Log into Neos backend (http://your-neos.site/neos)\n\n\n## Usage Mockup Page\n\nSet prototype of Page to `Networkteam.Neos.Mockup.Page`\n\n## Usage Mockup Header\n\nSet prototype of Header to `Networkteam.Neos.Mockup:Components.Molecules.Header`\n\n## Usage Mockup Body\n\nSet prototype of Body to `Networkteam.Neos.Mockup:Components.Templates.Page`\n## Usage Mockup Navigation\n\nSet prototype of Navigation to `Networkteam.Neos.Mockup:Components.Organisms.Navbar`\nTo use your custom logo / title or else, overwrite certain props you want.\nE.g.:\n\n```\n  prototype(Networkteam.Neos.Mockup:Components.Organisms.Navbar) {\n      title = ${site.context.currentSite.name}\n      alt = ''\n\n      titleEntity = Your.Custom.Package:Components.Atoms.Logo {\n          title=${props.title}\n          alt=${props.alt}\n          imageSrc = Neos.Fusion:ResourceUri {\n              path = 'resource://Your.Custom.Package/Public/Images/logos/logo.svg'\n          }\n          link = Neos.Neos:NodeUri {\n              node = ${site}\n          }\n      }\n  }\n```\n\n## Usage Placeholder\n\nAfter installation you can use Placeholder-Component like any other Neos-Content-Component.\n\n## Custom Styles / Contribution\n\nUse `yarn` to install dependencies.\n\nWe moved the creation of stylesheets to SCSS. Compiling is possible by using `yarn start` which is a watcher for devlopment. Use `yarn build` to get a compressed production build.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetworkteam%2Fneos-mockup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetworkteam%2Fneos-mockup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetworkteam%2Fneos-mockup/lists"}