From 2fbb8265b807b1f6243b9f7dae34c176beb5989b Mon Sep 17 00:00:00 2001 From: Matthias Barde Date: Wed, 15 May 2024 15:48:20 +0200 Subject: [PATCH] Format --- backend/src/plone/edu/profiles/default/types/Person.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/backend/src/plone/edu/profiles/default/types/Person.xml b/backend/src/plone/edu/profiles/default/types/Person.xml index 397c079..b80840e 100644 --- a/backend/src/plone/edu/profiles/default/types/Person.xml +++ b/backend/src/plone/edu/profiles/default/types/Person.xml @@ -8,10 +8,12 @@ purge="false" > - + - <model xmlns:i18n="http://xml.zope.org/namespaces/i18n" xmlns:marshal="http://namespaces.plone.org/supermodel/marshal" xmlns:form="http://namespaces.plone.org/supermodel/form" xmlns:security="http://namespaces.plone.org/supermodel/security" xmlns:indexer="http://namespaces.plone.org/supermodel/indexer" xmlns:lingua="http://namespaces.plone.org/supermodel/lingua" xmlns:users="http://namespaces.plone.org/supermodel/users" xmlns="http://namespaces.plone.org/supermodel/schema"> + <model xmlns:i18n="http://xml.zope.org/namespaces/i18n" xmlns:marshal="http://namespaces.plone.org/supermodel/marshal" xmlns:form="http://namespaces.plone.org/supermodel/form" xmlns:security="http://namespaces.plone.org/supermodel/security" xmlns:indexer="http://namespaces.plone.org/supermodel/indexer" xmlns:lingua="http://namespaces.plone.org/supermodel/lingua" xmlns:users="http://namespaces.plone.org/supermodel/users" xmlns="http://namespaces.plone.org/supermodel/schema"> <schema> </schema> </model>