{"id":26234884,"url":"https://github.com/flowpack/flowpack.structuredediting","last_synced_at":"2025-04-22T14:52:48.408Z","repository":{"id":31850038,"uuid":"129322888","full_name":"Flowpack/Flowpack.StructuredEditing","owner":"Flowpack","description":"Structured Inline Editing for Neos CMS","archived":false,"fork":false,"pushed_at":"2022-12-06T15:24:34.000Z","size":7066,"stargazers_count":25,"open_issues_count":25,"forks_count":6,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-13T07:41:18.832Z","etag":null,"topics":["inline-editing","neoscms"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Flowpack.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":"2018-04-12T23:39:23.000Z","updated_at":"2024-10-04T12:41:17.000Z","dependencies_parsed_at":"2023-01-14T20:00:40.819Z","dependency_job_id":null,"html_url":"https://github.com/Flowpack/Flowpack.StructuredEditing","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowpack%2FFlowpack.StructuredEditing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowpack%2FFlowpack.StructuredEditing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowpack%2FFlowpack.StructuredEditing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowpack%2FFlowpack.StructuredEditing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flowpack","download_url":"https://codeload.github.com/Flowpack/Flowpack.StructuredEditing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250263637,"owners_count":21401923,"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":["inline-editing","neoscms"],"created_at":"2025-03-13T02:29:49.362Z","updated_at":"2025-04-22T14:52:48.387Z","avatar_url":"https://github.com/Flowpack.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Structured Inline Editing for Neos CMS\n\nAllows to reuse inspector editors inline. Hint: put all content-related properties inline and leave only metadata properties in the inspector.\n\n![Demo](https://raw.githubusercontent.com/flowpack/Flowpack.StructuredEditing/master/structured.gif)\n\nGetting started:\n\n1. `composer require 'flowpack/structuredediting:@dev'`\n2. Configure your nodetype properties to be inline editable like this:\n\n```\n'Some.Node:Type'\n  properties:\n    date:\n      type: DateTime\n      defaultValue: now\n      ui:\n        label: Date\n        reloadIfChanged: true\n        inline:\n          editor: 'Flowpack.StructuredEditing/EditorEnvelope'\n          editorOptions:\n            format: 'd-m-Y H:i'\n            editor: 'Neos.Neos/Inspector/Editors/DateTimeEditor'\n```\n\n3. Render an editable annotation for this field, using usual `ContentElementEditable` annotation, which will be turned into the pencil edit icon:\n\n```\nprototype(Some.Node:Type) \u003c prototype(Neos.Fusion:Array) {\n dateEditable = ContentElementEditable {\n\t property = 'date'\n }\n date = ${Date.format(node.properties.date, 'd-m-Y')}\n @process.contentElementWrapping = ContentElementWrapping\n}\n```\n\n**The concept behind this package will be merged back into the core once it matures, for now let's try it out in practice!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowpack%2Fflowpack.structuredediting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowpack%2Fflowpack.structuredediting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowpack%2Fflowpack.structuredediting/lists"}