part.xml was in wrong folder, must be "admin/forms"

This commit is contained in:
2023-10-05 14:34:11 +02:00
parent 47796a6ada
commit 70e987b338
2 changed files with 59 additions and 13 deletions

20
admin/forms/part.xml Normal file
View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<form>
<fieldset name="details" label="COM_JRON_STOCK_TAB_DETAILS">
<field
name="titel"
type="text"
label="JFIELD_NAME_LABEL"
description="JFIELD_NAME_DESC"
size="40"
required="true"
/>
<field
name="id"
type="text"
label="JGLOBAL_FIELD_ID_LABEL"
class="readonly"
default="0"
readonly="true"
/>
</form>