Docker
1
Вклад в тег
version: '2'
services:
nginx:
build:
context: .
dockerfile: ./images/nginx/Dockerfile
FROM nginx:latest
COPY ["domains/docker.test", "/var/www/docker-bar.test"]
$this->registerJs("CKEDITOR.plugins.addExternal('pbckcode', 'plugins/pbckcode/plugin.js', '');", $this::POS_READY, 'tinymcepluginpbckcode');
<?= $form->field($model, 'content')->widget(CKEditor::className(), [
'preset' => 'custom',
'options' => ['rows' => 15],
'clientOptions' => [
'extraPlugins' => 'pbckcode',
'toolbarGroups' => [
['name' => 'undo'],
['name' => 'basicstyles', 'groups' => ['basicstyles', 'cleanup']],
['name' => 'colors'],
['name' => 'links', 'groups' => ['links', 'insert']],
['name' => 'others', 'groups' => ['others', 'about']],
//['name' => 'youtube'], // <--- OUR NEW PLUGIN YAY!
['name' => 'pbckcode']
]
],
]) ?>