-
-
+
- @lang('Attributes')
- @lang('Internal') @env(['local']) @@ -87,9 +93,57 @@ - @foreach ($o->getVisibleAttributes() as $ao) -
+
+
+
+
+
+ @foreach($langtags->prepend('')->push('+') as $tag)
+
+ @switch($tag)
+ @case('')
+
+ @break
+
+ @case('+')
+
+
+ @break
+
+ @default
+
+ @endswitch
+
+ @endforeach
+
+
+
@include('fragment.dn.add_attr')
+ @foreach($langtags as $tag)
+
+
+ @switch($tag)
+ @case('')
+ @foreach ($o->getVisibleAttributes($tag) as $ao)
+
+ @endforeach
+ @break
+
+ @case('+')
+
+ @endforeach
+ @endswitch
+
+ @endforeach
+
+ It is not possible to create new language tags at the moment. This functionality should come soon.
+ You can create them with an LDIF import though. +
+ @break
+
+ @default
+ @foreach ($o->getVisibleAttributes($langtag=sprintf('lang-%s',$tag)) as $ao)
+ + You can create them with an LDIF import though. +