Edit Label
Purpose
Adds or edits several label settings to an existing label element.
Example
edit-label --elementName title --font OpenSans --fontStyle bold --size 20 --alignment center
Command Syntax
| Parameter | Format | Requirement | Usage |
|---|---|---|---|
--elementName | String | Mandatory | The unique name of the element. Alphanumeric and - only. |
--font | String | Mandatory | The name of the ttf file. OpenSans is always available on the terminal. Other fonts can be added as Assets. |
--size | Integer | Mandatory | Size of the font |
--fontStyle | String | Mandatory | Styling of the font. Possible values are:CLI Tool naming (JSON naming)
|
--alignment | String | Mandatory | Alingment of the font. Possible values are:CLI Tool naming (JSON naming)
|