31 lines
432 B
Markdown
31 lines
432 B
Markdown
### ccm-cms-assets-notes
|
|
|
|
Functions for processing note assets assigned to a content item.
|
|
|
|
#### getNotes
|
|
|
|
getNotes(item)
|
|
|
|
Returns the notes assigned to a content item.
|
|
|
|
##### Parameters
|
|
|
|
`item` The content item
|
|
|
|
##### Returns
|
|
|
|
A sequence of the notes assigned to the provided item.
|
|
|
|
#### getContent
|
|
|
|
getContent(note)
|
|
|
|
Gets the content of a note.
|
|
|
|
##### Parameters
|
|
|
|
`note` The note.
|
|
|
|
##### Returns
|
|
|
|
The content of the note. |