@let type = metadataType(); @if (!type) {
|
@for (_ of [1,2]; track $index) { }
@for (_ of [1,2,3,4]; track $index) {
}
} @else {
← Metadata Types |

{{ type.display_name }}

@if (!editing()) { }
Details Settings
@if (activeTab() === '0') {
@if (editing()) {
}
} @else if (activeTab() === '1') {
}
}