Skip to content
Snippets Groups Projects
Commit 4c07fb80 authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

XWIKI-13743: Impossible to set the TextArea content type in the class editor

* fix/improve javadoc
parent cf05e4f5
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,8 @@ public class TextAreaClass extends StringClass
{
/**
* Possible values for the editor meta property.
* <p>
* Indicates which editor should be used to manipulate the content of the property.
*/
public enum EditorType
{
......@@ -77,7 +79,9 @@ public String toString()
}
/**
* Possible values for the editor meta property.
* Possible values for the contenttype meta property.
* <p>
* Indicates what kind of content this field contains (wiki, plain text, etc.).
*
* @since 8.3
*/
......
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