depot/admin/forms/part.xml

19 lines
343 B
XML
Raw Permalink Normal View History

2023-10-05 14:51:28 +02:00
<?xml version="1.0" encoding="UTF-8"?>
2023-10-05 02:28:17 +02:00
<form>
<field
name="component_name"
2023-10-05 11:45:29 +02:00
type="text"
label="COM_DEPOT_FIELD_COMPONENT_NAME_LABEL"
description="COM_DEPOT_FIELD_COMPONENT_NAME_DESC"
required="true"
2023-10-05 02:28:17 +02:00
/>
2023-10-05 11:45:29 +02:00
<field
name="id"
type="text"
label="JGLOBAL_FIELD_ID_LABEL"
class="readonly"
default="0"
readonly="true"
/>
2023-10-05 02:28:17 +02:00
</form>