chemezov/luya-module-ckeditor

LUYA module with CKEditor block

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:yii2-extension

dev-master 2024-12-26 05:12 UTC

This package is auto-updated.

Last update: 2025-02-26 05:32:04 UTC


README

File has been created with module/create command.

Installation

In order to add the modules to your project go into the modules section of your config:

return [
    'modules' => [
        // ...
        'ckeditor' => 'chemezov\luya\ckeditor\Module',
        // ...
    ],
];