alignment

Controls alignment options for in-line images.

Syntax
<alignment
    enabled="(true|false)"?
    default="(left|center|top|right)"?
  />
Attributes
enabled="(true|false)" (optional)

Enables/disables an alignment option for in-line images.

Allowed values are:

true

The inline image alignment option is enabled: an alignment option will be displayed in the in-line image Properties dialog in Content Studio. (Default)

false

The inline image alignment option is disabled: no alignment option will be displayed in the in-line image Properties dialog in Content Studio.

default="(left|center|top|right)" (optional)

Determines the default alignment used if no selection is made by the Content Studio user. If this attribute is not specified and the user makes no selection then no alignment is performed.

You can set this attribute even if enabled='false'. In this case whatever alignment you specify as the default is fixed and cannot be modified by the Content Studio user.

Allowed values are:

left
center
top
right