Start of work to handle attribute tags - should help with #75 and #16

This commit is contained in:
2025-03-16 10:34:02 +11:00
parent 7e050954c3
commit 85c7132b30
5 changed files with 115 additions and 41 deletions

View File

@@ -26,6 +26,12 @@
<x-attribute :o="$o->getObject('entryuuid')" :na="__('Unknown')"/>
</th>
</tr>
@if(($x=$o->getLangTags())->count())
<tr class="mt-1">
<td class="p-0 pe-2">Tags</td>
<th class="p-0">{{ $x->flatMap(fn($item)=>$item->values())->unique()->join(', ') }}</th>
</tr>
@endif
</table>
</td>
</tr>