Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ import { EditorComponent } from '@tinymce/tinymce-angular';
<h1>{productname} {productmajorversion} Angular Demo</h1>
<editor
[init]="init"
licenseKey="gpl"
/>
`
})
export class AppComponent {
export class App {
init: EditorComponent['init'] = {
plugins: 'lists link image table code help wordcount'
};
Expand Down
4 changes: 4 additions & 0 deletions modules/ROOT/partials/integrations/angular-tech-ref.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ The editor accepts the following properties:
<editor
apiKey="no-api-key"
cloudChannel="{productmajorversion}"
licenseKey="gpl"
[disabled]="false"
[readonly]="false"
id=""
Expand Down Expand Up @@ -146,6 +147,9 @@ include::partial$integrations/common/license-key-property.adoc[]
<editor licenseKey="gpl" />
----

[TIP]
The `+licenseKey="gpl"+` property must be set on the `<editor>` component when using TinyMCE 8 and above.

[[cloudchannel]]
=== `+cloudChannel+`

Expand Down