Skip to content
This repository has been archived by the owner on Mar 17, 2018. It is now read-only.

Source button not showing in Admin #2

Open
amityweb opened this issue Jan 14, 2014 · 1 comment
Open

Source button not showing in Admin #2

amityweb opened this issue Jan 14, 2014 · 1 comment

Comments

@amityweb
Copy link

Uploaded to third_party, enabled extension fine. Cleared all cache, reloaded, but Source button is not appearing.

Anything else we need to do?

EE version 2.7.3 and Wigwam version 3.2.2.

I assume your extension needs updating for newer version.

No console errors.

@amityweb
Copy link
Author

Seems the following line is incorrect:
array_unshift($config['toolbar'], array(array('Source')));

It should be:
array_unshift($config['toolbar'], array('Source'));

I also decided to use array_push to have it on the right.

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

1 participant