add docstring
This commit is contained in:
parent
2e84baad1d
commit
01f63b41b7
1 changed files with 4 additions and 0 deletions
|
|
@ -570,4 +570,8 @@ class PortalBase:
|
|||
|
||||
@property
|
||||
def text_fields(self):
|
||||
"""
|
||||
The list of text field(s) metadata objects.
|
||||
See add_text() definition for available metadata fields.
|
||||
"""
|
||||
return self._text
|
||||
|
|
|
|||
Loading…
Reference in a new issue