Skip to content
Snippets Groups Projects
Commit 85d67e51 authored by catch's avatar catch
Browse files

Issue #3404975 by Akhil Babu, joachim, smustgrave: Editor entity class should...

Issue #3404975 by Akhil Babu, joachim, smustgrave: Editor entity class should document that it expects a 1-1 relationship with matching IDs with a format entity
parent d3496f63
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,11 @@
/**
* Defines the configured text editor entity.
*
* An Editor entity is created when a filter format entity (Text format) is
* saved after selecting an editor plugin (eg: CKEditor). The ID of the
* Editor entity will be same as the ID of the filter format entity in which
* the editor plugin was selected.
*
* @ConfigEntityType(
* id = "editor",
* label = @Translation("Text editor"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment