{"id":22963011,"url":"https://github.com/terminal42/contao-node","last_synced_at":"2025-04-05T22:09:44.494Z","repository":{"id":33911522,"uuid":"158683600","full_name":"terminal42/contao-node","owner":"terminal42","description":"Manage content centrally as nodes and reuse them everywhere.","archived":false,"fork":false,"pushed_at":"2025-03-13T07:27:49.000Z","size":306,"stargazers_count":30,"open_issues_count":2,"forks_count":8,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-29T21:09:21.321Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","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/terminal42.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":"terminal42","ko_fi":"terminal42"}},"created_at":"2018-11-22T10:40:29.000Z","updated_at":"2025-03-26T05:40:23.000Z","dependencies_parsed_at":"2024-02-15T13:43:42.246Z","dependency_job_id":"c005c7e1-b183-4f77-bfb1-1850ae5b9429","html_url":"https://github.com/terminal42/contao-node","commit_stats":{"total_commits":70,"total_committers":9,"mean_commits":7.777777777777778,"dds":"0.37142857142857144","last_synced_commit":"79c40e3b3b906cfa13c751175ece807ed367d935"},"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terminal42%2Fcontao-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terminal42%2Fcontao-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terminal42%2Fcontao-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terminal42%2Fcontao-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/terminal42","download_url":"https://codeload.github.com/terminal42/contao-node/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247406111,"owners_count":20933806,"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":[],"created_at":"2024-12-14T19:19:49.113Z","updated_at":"2025-04-05T22:09:44.463Z","avatar_url":"https://github.com/terminal42.png","language":"PHP","funding_links":["https://github.com/sponsors/terminal42","https://ko-fi.com/terminal42"],"categories":[],"sub_categories":[],"readme":"# Node bundle for Contao Open Source CMS\n\nThis bundle provides a new way for Contao to manage content elements that are common for multiple pages.\n\n![](docs/preview.png)\n\n## Installation\n\nInstall the bundle via Composer:\n\n```\ncomposer require terminal42/contao-node\n```\n\n## Configuration\n\nOnce installed, you can start creating groups and nodes in the `Content \u003e Nodes` backend module. Roughly said they work\nsimilar to articles – each node can have multiple content elements. \n\nYou can then display those nodes in the front end using either the `Nodes` front end module or content element.\nBoth of them allow you to select either one or multiple nodes and order them.  \n\nTo better organize nodes you can specify the languages the respective content elements were written in and use arbitrary\ntags to be able to quickly filter and find them again. Both the languages as well as the tags don't have any influence\non the front end but can help you to manage your content in an efficient way.\n\nThanks to the Contao picker, finding the correct node is as easy as it can get!\n\n### Contao non-managed edition\n\nIf you don't use the Contao managed edition, additionally you have to configure the tags bundle on your app-level:\n\n```yaml\n# config/config.yml\ncodefog_tags:\n    managers:\n        terminal42_node:\n            source: 'tl_node.tags'\n```\n\n## Insert Tags\n\nThe extension also provides two new insert tags: `{{insert_node::*}}` and `{{insert_nodes::*}}`. The former expects the ID of a node and will then generate the output of that node. The latter expects a comma separated list of node IDs and will then generate the output of all those nodes. Example: `{{insert_nodes::1,2,3}}`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterminal42%2Fcontao-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterminal42%2Fcontao-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterminal42%2Fcontao-node/lists"}