Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Embedly button not diplayed after upgrade to v3.0 #23

Closed
techouse opened this issue Jul 4, 2019 · 2 comments
Closed

Embedly button not diplayed after upgrade to v3.0 #23

techouse opened this issue Jul 4, 2019 · 2 comments

Comments

@techouse
Copy link

techouse commented Jul 4, 2019

Hey! Great plugin, however after the recent upgrade from v2.2.1 to v3.0 the Embed.ly button is no longer displayed. I updated the app/config/nova/froala-field.php toolbarButtons array according to the upgrading instructions but for some reason it's not displaying the Embed.ly button even though I have it in my config:

'options' => [
        // 'key' => env('FROALA_KEY'),

        'iconsTemplate' => 'font_awesome_5',

        'tuiEnable' => true,

        'toolbarButtons' => [
            [
                'bold',
                'italic',
                'underline',
            ],
            [
                'formatOL',
                'formatUL',
            ],
            [
                'insertImage',
                'insertFile',
                'insertLink',
                'insertVideo',
                'embedly',
            ],
            [
                'html',
            ]
        ],
    ],
@techouse techouse changed the title Embedly button not diplayed after upgrade to 3.0 Embedly button not diplayed after upgrade to v3.0 Jul 4, 2019
@slavarazum
Copy link
Collaborator

Thanks for reporting! Just tagged patch version 3.0.1. Let me know if you will have any issues.

@techouse
Copy link
Author

techouse commented Jul 4, 2019

Thanks 🥰

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants