1.1.0 • Published 5 years ago

ckeditor5-build-ckeditorfullbrazil v1.1.0

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
5 years ago

CKEditor 5 classic editor build

** Edição para versão brasileira com adição de todas as funcionalidades existentes. Caso encontre alguma que não foi adicionada, entre em contato.

========================================

Join the chat at https://gitter.im/ckeditor/ckeditor5 npm version Build Status BrowserStack Status Dependency Status devDependency Status

The classic editor build for CKEditor 5. Read more about the classic editor build.

Documentation

See:

Quick start

First, install the build from npm:

npm install --save @ckeditor/ckeditor5-build-ckeditorfullbrazil

And use it in your website: Exemplo Angular 7 ou superior

<div id="editor">
	<p>This is the editor content.</p>
</div>
<div>
	<ckeditor [editor]="Editor"></ckeditor>
</div>

Or in your TypeScript Angular application:

import { Component, OnInit } from '@angular/core';
import * as CKEditorBrazilFull from "./node_modules/ckeditor5-build-ckeditorfullbrazil";

@Component({
    selector: 'app-example',
    templateUrl: './example.component.html',
    styleUrls: ['./example.component.scss']
})
export class ExampleComponent implements OnInit {
	public Editor = CKEditorBrazilFull;

	constructor(){}

	ngOnInit() {
	}
}

License

** Como foi alterado, caso eu tenha infrigido alguma parte da licensa, me avisem para correção.

Licensed under the terms of GNU General Public License Version 3 or later Please check the LICENSE.md file.