7 lines
612 B
XML
7 lines
612 B
XML
<formTemplate contentType="publisher">
|
|
<item name="publisher_id" xpath="data(/*:publisher/@id)" title="Publisher work ID" type="textfield" readOnly="true"/>
|
|
<item name="title" xpath="/*:publisher/*:item_title" title="Title" type="textfield" readOnly="true"/>
|
|
<item name="url_default" xpath="/*:publisher/*:url_default" title="URL - default" type="textfield" readOnly="false"/>
|
|
<item name="url_gb" xpath="/*:publisher/*:url_gb" title="URL - GB" type="textfield" readOnly="false"/>
|
|
<item name="url_us" xpath="/*:publisher/*:url_us" title="URL - USA" type="textfield" readOnly="false"/>
|
|
</formTemplate>
|