{"id":22466893,"url":"https://github.com/mavimo/sculpin-editor-bundle","last_synced_at":"2025-08-02T07:31:14.742Z","repository":{"id":12957080,"uuid":"15635372","full_name":"mavimo/sculpin-editor-bundle","owner":"mavimo","description":"Sculpin Editor Bundle","archived":false,"fork":false,"pushed_at":"2017-05-23T22:15:29.000Z","size":7,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-26T15:06:47.315Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mavimo.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":"2014-01-04T16:31:53.000Z","updated_at":"2017-05-23T22:15:30.000Z","dependencies_parsed_at":"2022-07-21T16:18:44.388Z","dependency_job_id":null,"html_url":"https://github.com/mavimo/sculpin-editor-bundle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mavimo/sculpin-editor-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fsculpin-editor-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fsculpin-editor-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fsculpin-editor-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fsculpin-editor-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mavimo","download_url":"https://codeload.github.com/mavimo/sculpin-editor-bundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fsculpin-editor-bundle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268348611,"owners_count":24236297,"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-08-02T02:00:12.353Z","response_time":74,"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":"2024-12-06T10:14:35.149Z","updated_at":"2025-08-02T07:31:14.498Z","avatar_url":"https://github.com/mavimo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sculpin Editor Bundle\n\n## Setup\n\nAdd this bundle in your ```sculpin.json``` file:\n\n```json\n{\n    // ...\n    \"require\": {\n        // ...\n        \"mavimo/sculpin-editor-bundle\": \"@dev\"\n    }\n}\n```\n\nand install this bundle running ```sculpin update```.\n\nNow you can register the bundle in ```SculpinKernel``` class available on ```app/SculpinKernel.php``` file:\n\n```php\nclass SculpinKernel extends \\Sculpin\\Bundle\\SculpinBundle\\HttpKernel\\AbstractKernel\n{\n    protected function getAdditionalSculpinBundles()\n    {\n        return array(\n           'Mavimo\\Sculpin\\Bundle\\EditorBundle\\SculpinEditorBundle'\n        );\n    }\n}\n```\n\n## How to use\n\nContent editor can create a new content typing:\n\n```\nsculpin editor:create \"New content title\"\n```\n\nthis generate a new draft content using the current date on the path:\n\n```\nsource/_posts/2014-01-04-new-content-title.md\n```\n\nyou can also specify a different date using the format \"Y-m-d\", like:\n\n```\nsculpin editor:create -d 2010-06-10 \"New content title\"\n```\n\nthat genrate file:\n```\nsource/_posts/2010-06-10-new-content-title.md\n```\n\nYou can also create a different content type (WIP, see [Sculpin PR 96](https://github.com/sculpin/sculpin/pull/96)) using the option _type_\n\n```\nsculpin editor:create -t project \"New content title\"\n```\n\nthis generate a new draft project in the folder:\n\n```\nsource/_projects/2014-01-04-new-content-title.md\n```\n\n## TODO\n\n * Add better file writing procedure\n * Add better support for content type generation after [Sculpin PR 96](https://github.com/sculpin/sculpin/pull/96) integration in sculpin core.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmavimo%2Fsculpin-editor-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmavimo%2Fsculpin-editor-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmavimo%2Fsculpin-editor-bundle/lists"}