For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-UDEditor

Creates an Editor.JS editor.

Synopsis

Creates an Editor.JS editor.

Syntax

New-UDEditor [[-Id] <String>] [[-Data] <Hashtable>] [[-OnChange] <Endpoint>] [[-Format] <String>] [[-PublishedFolder] <String>] [<CommonParameters>]

Description

Creates an Editor.JS editor.

Parameters

-Id

The id of the editor. This defaults to a new GUID.

Required?                    false
Position?                    1
Default value                ([Guid]::NewGuid())
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-Data

The data to use for the editor.

-OnChange

The endpoint to call when the editor changes.

-Format

The format of the data. This can be json or html.

-PublishedFolder

A published folder to upload files to. This is required for the image upload plugin.

Outputs

-------------------------- EXAMPLE 1 --------------------------

Last updated

Was this helpful?