Skip to content

code plugin #2

@blondie63

Description

@blondie63

Reading here https://www.tiny.cloud/docs/tinymce/latest/code/ i've tried this crud field:

    CRUD::field('content')
        ->type('tinymce')
        ->label(trans('backpack::EmailTemplate.content'))
        ->options([
            'plugins' => 'image,link,media,anchor,code',
            'toolbar' => 'undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | outdent indent | code',
            'height' => '400'
    ]);

But you can't see it

What's wrong ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions