Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default block types not working #442

Open
timmyg opened this issue Feb 18, 2016 · 6 comments
Open

Default block types not working #442

timmyg opened this issue Feb 18, 2016 · 6 comments

Comments

@timmyg
Copy link

timmyg commented Feb 18, 2016

It seems as though Heading and Quote aren't available as block types in the UI (see examples/index.html)

@timmyg
Copy link
Author

timmyg commented Feb 18, 2016

im looking into this...

@raffij
Copy link
Contributor

raffij commented Feb 18, 2016

Yeah. I'll revert a change and a better way to deal with this. Working on
some sir Trevor updated tomorrow.
On Thu, 18 Feb 2016 at 19:52, Tim notifications@github.com wrote:

im looking into this...


Reply to this email directly or view it on GitHub
#442 (comment)
.

@timmyg
Copy link
Author

timmyg commented Feb 18, 2016

Yea. I'm not sure why it's not working...

On Thu, Feb 18, 2016 at 3:18 PM Raffi Jacobs notifications@github.com
wrote:

Yeah. I'll revert a change and a better way to deal with this. Working on
some sir Trevor updated tomorrow.
On Thu, 18 Feb 2016 at 19:52, Tim notifications@github.com wrote:

im looking into this...


Reply to this email directly or view it on GitHub
<
#442 (comment)

.


Reply to this email directly or view it on GitHub
#442 (comment)
.

@raffij
Copy link
Contributor

raffij commented Feb 24, 2016

Not really sure on what config we will use in the future so use the following for now before initialising your editor.

SirTrevor.Blocks.Heading.prototype.toolbarEnabled = true;
SirTrevor.Blocks.Quote.prototype.toolbarEnabled = true;
SirTrevor.Blocks.Text.prototype.toolbarEnabled = true;

@timmyg
Copy link
Author

timmyg commented Feb 24, 2016

Nice!!

On Wed, Feb 24, 2016 at 5:10 PM Raffi Jacobs notifications@github.com
wrote:

Not really sure on what config we will use in the future so use the
following for now before initialising your editor.

SirTrevor.Blocks.Heading.prototype.toolbarEnabled = true;
SirTrevor.Blocks.Quote.prototype.toolbarEnabled = true;
SirTrevor.Blocks.Text.prototype.toolbarEnabled = true;


Reply to this email directly or view it on GitHub
#442 (comment)
.

@raffij raffij added this to the v.0.7.0 milestone Jul 1, 2016
@nilsi
Copy link

nilsi commented Jan 1, 2017

Still had to do this for text and heading block to show up. Not sure if this is intended. Just wanted to point it out.

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

No branches or pull requests

3 participants