The -label allows Theme developers to instruct content editors what each gv-control input does.

Tag

<div -label></div>
    

Basic

Example:

index.html

<div gv-text -label="This is a message to the content editor"></div>
    
Did this answer your question?