{"id":16417045,"url":"https://github.com/open-admin-org/ckeditor","last_synced_at":"2025-10-03T22:40:19.336Z","repository":{"id":43282869,"uuid":"448963522","full_name":"open-admin-org/ckeditor","owner":"open-admin-org","description":"Ckeditor plugin for open-admin","archived":false,"fork":false,"pushed_at":"2024-01-04T21:52:56.000Z","size":12,"stargazers_count":6,"open_issues_count":2,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T06:46:05.141Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/open-admin-org.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-17T16:15:09.000Z","updated_at":"2024-09-26T11:19:26.000Z","dependencies_parsed_at":"2024-01-04T23:00:20.767Z","dependency_job_id":null,"html_url":"https://github.com/open-admin-org/ckeditor","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.125,"last_synced_commit":"73bc5eeb74d1d175451b5742d0bcfcb4ebaf3923"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-admin-org%2Fckeditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-admin-org%2Fckeditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-admin-org%2Fckeditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-admin-org%2Fckeditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-admin-org","download_url":"https://codeload.github.com/open-admin-org/ckeditor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245066497,"owners_count":20555402,"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-10-11T07:10:50.938Z","updated_at":"2025-10-03T22:40:14.309Z","avatar_url":"https://github.com/open-admin-org.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Integrate CKEDITOR into open-admin\n======\n\nThis is a `open-admin` extension that integrates `CKEDITOR` into the `open-admin` form.\n\n## Screenshot\n\n![field-ckeditor](https://user-images.githubusercontent.com/86517067/149800371-a99f23ba-c979-4122-bb7d-2cc32ecd0982.png)\n\n## Installation\n\n```bash\ncomposer require open-admin-ext/ckeditor\n```\n\nThen\n```bash\nphp artisan vendor:publish --tag=open-admin-ckeditor\n```\n\n## Configuration\n\nIn the `extensions` section of the `config/admin.php` file, add some configuration that belongs to this extension.\n```php\n\n    'extensions' =\u003e [\n\n        'ckeditor' =\u003e [\n\n            //Set to false if you want to disable this extension\n            'enable' =\u003e true,\n\n            // Editor configuration\n            'config' =\u003e [\n\n            ]\n        ]\n    ]\n\n```\nThe configuration of the editor can be found in [CKEditor Documentation](https://ckeditor.com/docs/ckeditor4/latest/guide/), such as configuration language and height.\n```php\n    'config' =\u003e [\n        'language'      =\u003e 'de',\n        'height'        =\u003e 500,\n        'contentsCss'   =\u003e '/css/frontend-body-content.css',\n    ]\n```\n\n## Usage\n\nUse it in the form:\n```php\n$form-\u003eckeditor('content');\n\n// Set config\n$form-\u003eckeditor('content')-\u003eoptions(['lang' =\u003e 'fr', 'height' =\u003e 500,'contentsCss' =\u003e '/css/frontend-body-content.css']);\n```\n\nProblems?\n------------\nIf ckeditor is not showing up and tells you that it's not found run the lines below to clear the compiled services and packages.\n\n```bash\nphp artisan optimize:clear\n```\n\nLicense\n------------\nLicensed under [The MIT License (MIT)](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-admin-org%2Fckeditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-admin-org%2Fckeditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-admin-org%2Fckeditor/lists"}