{"id":36998354,"url":"https://github.com/sushidev-team/statamic-fields","last_synced_at":"2026-01-13T23:59:19.088Z","repository":{"id":56946754,"uuid":"277555472","full_name":"sushidev-team/statamic-fields","owner":"sushidev-team","description":"Package for providing some neat statamic field extensions","archived":false,"fork":false,"pushed_at":"2020-11-09T15:58:54.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-22T02:44:53.022Z","etag":null,"topics":["statamic-v3"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sushidev-team.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-06T13:53:17.000Z","updated_at":"2020-10-22T22:18:48.000Z","dependencies_parsed_at":"2022-08-21T07:50:07.121Z","dependency_job_id":null,"html_url":"https://github.com/sushidev-team/statamic-fields","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sushidev-team/statamic-fields","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sushidev-team%2Fstatamic-fields","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sushidev-team%2Fstatamic-fields/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sushidev-team%2Fstatamic-fields/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sushidev-team%2Fstatamic-fields/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sushidev-team","download_url":"https://codeload.github.com/sushidev-team/statamic-fields/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sushidev-team%2Fstatamic-fields/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28406279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["statamic-v3"],"created_at":"2026-01-13T23:59:18.589Z","updated_at":"2026-01-13T23:59:19.079Z","avatar_url":"https://github.com/sushidev-team.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Statamic Fields Extension\n\n## Install\n\n```bash\ncomposer require ambersive/statamic-fields\n```\n\n### Adapt the webpack.mix.js\n\n```js\nmix.webpackConfig({\n    resolve: {\n      extensions: ['.js', '.vue', '.json'],\n      alias: {\n        '@ambersive': __dirname + '/vendor/ambersive/'\n      }\n    }\n});\n```\n\nMake sure the cp.js file will be created.\n\n```js\n/*\n |--------------------------------------------------------------------------\n | Statamic Control Panel\n |--------------------------------------------------------------------------\n |\n | Feel free to add your own JS or CSS to the Statamic Control Panel.\n | https://statamic.dev/extending/control-panel#adding-css-and-js-assets\n |\n */\n\nmix.js('resources/js/cp.js', 'public/vendor/app/js')\n   .postCss('resources/css/cp.css', 'public/vendor/app/css', [\n    require('postcss-import'),\n    require('tailwindcss'),\n    require('postcss-nested'),\n    require('postcss-preset-env')({stage: 0})\n]);\n```\n\n### Add import statement to cp.js\n\n```js\n/**\n * When extending the control panel, be sure to uncomment the necessary code for your build process:\n * https://statamic.dev/extending/control-panel\n */\n\nrequire('@ambersive/statamic-fields'); \n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsushidev-team%2Fstatamic-fields","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsushidev-team%2Fstatamic-fields","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsushidev-team%2Fstatamic-fields/lists"}