teacup/config/publisher-template.xml
2021-12-15 11:29:23 +00:00

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>