Fix apv2, WIP

This commit is contained in:
2026-06-06 22:37:29 +02:00
parent c571e6a209
commit c23de0ea66
37 changed files with 199 additions and 118 deletions
+8 -6
View File
@@ -35,14 +35,16 @@
</section>
<section class="flexcol ">
<div>
<h4>{{ localize 'IDENTITY.notes'}}</h4>
{{editor system.identity.biography target="system.identity.biography"
button=true owner=owner editable=editable}}
<fieldset>
<legend><h4>{{ localize 'IDENTITY.notes'}}</h4></legend>
{{formInput systemFields.identity.fields.biography enriched=enrichedBiography value=system.identity.biography name="system.identity.biography" toggled=true}}
</fieldset>
</div>
<div>
<h4>{{ localize 'IDENTITY.relations'}}</h4>
{{editor system.identity.relations target="system.identity.relations"
button=true owner=owner editable=editable}}
<fieldset>
<legend><h4>{{ localize 'IDENTITY.relations'}}</h4></legend>
{{formInput systemFields.identity.fields.relations enriched=enrichedRelations value=system.identity.relations name="system.identity.relations" toggled=true}}
</fieldset>
</div>
</section>
</div>