{"id":33977448,"url":"https://github.com/agoat/contao-customcontentelements-bundle","last_synced_at":"2026-04-04T13:00:55.862Z","repository":{"id":56942086,"uuid":"66375940","full_name":"agoat/contao-customcontentelements-bundle","owner":"agoat","description":"Contao 4 custom content elements","archived":false,"fork":false,"pushed_at":"2023-01-22T11:48:54.000Z","size":530,"stargazers_count":3,"open_issues_count":13,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-14T15:12:07.488Z","etag":null,"topics":["contao","contao-bundle","contao-content-elements","contao4","content","elements"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agoat.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":"2016-08-23T14:46:34.000Z","updated_at":"2023-01-22T11:47:57.000Z","dependencies_parsed_at":"2023-02-12T15:40:18.456Z","dependency_job_id":null,"html_url":"https://github.com/agoat/contao-customcontentelements-bundle","commit_stats":null,"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"purl":"pkg:github/agoat/contao-customcontentelements-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agoat%2Fcontao-customcontentelements-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agoat%2Fcontao-customcontentelements-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agoat%2Fcontao-customcontentelements-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agoat%2Fcontao-customcontentelements-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agoat","download_url":"https://codeload.github.com/agoat/contao-customcontentelements-bundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agoat%2Fcontao-customcontentelements-bundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31400460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: 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":["contao","contao-bundle","contao-content-elements","contao4","content","elements"],"created_at":"2025-12-13T02:23:49.674Z","updated_at":"2026-04-04T13:00:55.850Z","avatar_url":"https://github.com/agoat.png","language":"PHP","readme":"# Custom content elements for Contao 4\n\n[![Version](https://img.shields.io/packagist/v/agoat/contao-customcontentelements.svg?style=flat-square)](http://packagist.org/packages/agoat/contao-customcontentelements)\n[![License](https://img.shields.io/packagist/l/agoat/contao-customcontentelements.svg?style=flat-square)](http://packagist.org/packages/agoat/contao-customcontentelements)\n[![Downloads](https://img.shields.io/packagist/dt/agoat/contao-customcontentelements.svg?style=flat-square)](http://packagist.org/packages/agoat/contao-customcontentelements) \n\n#### Now compatible with Contao 4.4 lts and 4.9 lts (Contao 4.10+ not tested) !!\n\n## About\nCreate your own **content elements** with individual input fields.\n\nAlmost any input mask for content elements can be created, from very simple text entries to complex input structures with a choice of images, pages and various options.\n\n**Custom content elements** consist of a **template** and any number of **patterns** that provide the various input fields. The patterns can be configured in such a way that they give the content data to the template, where it can be output into any corresponding HTML structure.\n\nThis makes it possible to implement both simple widgets (such as 'hero images') and extensive information boards (like 'team pages' with names, e-mails, numbers and addresses of the employees). And all the content can be accessed in a simple and elegant way.\n\n## Notice\nThere was a complete database redesign from Version `1.x` to `2.x`. A direct upgrade is not possible and all custom content elements must be re-created.\n\n## Install\n### Contao manager\nSearch for the package and install it\n```bash\nagoat/contao-customcontentelements\n```\n\n### Managed edition\nAdd the package\n```bash\n# Using the composer\ncomposer require agoat/contao-customcontentelements\n```\nRegistration and configuration is done by the manager-plugin automatically.\n\n### Standard edition\nAdd the package\n```bash\n# Using the composer\ncomposer require agoat/contao-customcontentelements\n```\nRegister the bundle in the AppKernel\n```php\n# app/AppKernel.php\nclass AppKernel\n{\n    // ...\n    public function registerBundles()\n    {\n        $bundles = [\n            // ...\n            // after Contao\\CoreBundle\\ContaoCoreBundle\n            new Agoat\\CustomContentElementsBundle\\AgoatCustomContentElementsBundle(),\n        ];\n    }\n}\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagoat%2Fcontao-customcontentelements-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagoat%2Fcontao-customcontentelements-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagoat%2Fcontao-customcontentelements-bundle/lists"}