Link Search Menu Expand Document

Constructor: textUrl

Back to constructors index

Link

Attributes:

NameTypeRequiredDescription
textRichTextYesText of link
urlstringYesWebpage HTTP URL
webpage_idlongYesIf a preview was already generated for the page, the page ID

Type: RichText

Example:

$textUrl = ['_' => 'textUrl', 'text' => RichText, 'url' => 'string', 'webpage_id' => long];