GithubHelp home page GithubHelp logo

bolt-extension-editable's People

Contributors

gander avatar mosiyash avatar propaganistas avatar rixbeck avatar

Stargazers

 avatar

Watchers

 avatar  avatar

bolt-extension-editable's Issues

PHP Strict warning

Using the current build:

[05-Jan-2015 18:58:49 UTC] PHP Strict Standards:  Declaration of Bolt\Extension\Bolt\Editable\ExtensionHelper::addCSS() should be compatible with Bolt\BaseExtension::addCSS($filename, $late = false, $priority = 0) in /***/***/extensions/vendor/bolt/editable/src/ExtensionHelper.php on line 8

See #6

Bug

When you install Editable from bolt admin this will crash website and need to delete extension manually. Also it was great to have image upload feature like this plugin for CKEditor http://ckeditor.com/addon/uploadimage

mediaembed

Hi

Sorry to interrupt you once again.
It seems the mediaembed option isn't working properly?
Can you take a look at this as well?

Thanks.

Error during install - ::$config must be public

ErrorException thrown with message "Access level to Bolt\Extension\Bolt\Editable ExtensionHelper::$config must be public (as in class Bolt\BaseExtension)"
Stacktrace: #0 in ..\extensions\vendor\bolt\editable\src\ExtensionHelper.php:145

I experienced the above error during installation. (Bolt 2.2.11)

Seems fixed by making $config public.

CKEditor.allowedContent not parsed correctly

Hi

Here's another one:
I've forked my own version of startup.js so I can fine-tune Editable's CKEditor (by adding extra parameters in the CKEDITOR.config object).

However, for some reason or the other allowedContent = true is working properly, but inserting any self-defined tag string won't.
I discovered this when I plugged in Bolt's default wysiwyg allowedContent string (in config.yml) and my FontAwesome icons (<i> tag) were being filtered whenparsed by Editable (despite correct allowance of the tag).

Here's the stuff I'm talking about:

CKEDITOR.config.extraPlugins = 'editable';
// Extra parameters
CKEDITOR.config.autoParagraph = false;
CKEDITOR.config.allowedContent = true;

vs

CKEDITOR.config.extraPlugins = 'editable';
// Extra parameters
CKEDITOR.config.autoParagraph = false;
CKEDITOR.config.allowedContent = 'p i(*); strong em strike cite blockquote code ul ol li dl dt dd br h2 h3 h4 h5 h6;a[!href,title];img[!src,width,height,alt,title]{width,height,text-align,float};table thead tbody tr th td[*]{*}(*)';

Thanks for the great support!

Doesn't save

Hi

I don't see any save button and the changes also don't save?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.