From 396187fdbeaccf5c4ab4c045f44fc1a3f9a129db Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Wed, 31 Jul 2024 18:58:19 +0200 Subject: [PATCH] fix: :pencil2: Clarify extension namespace domain names should be reversed --- app/entities/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/entities/page.mdx b/app/entities/page.mdx index 4b2b21a..c1206e1 100644 --- a/app/entities/page.mdx +++ b/app/entities/page.mdx @@ -39,7 +39,7 @@ Any field in an entity not marked as `required` may be omitted or set to `null`. Extensions to the entity. Use this to add custom properties to the entity. - Each custom property must be namespaced with the organization's domain name, followed by the property name. Extensions should be used sparingly and only when necessary. + Each custom property must be namespaced with the organization's reversed domain name, followed by the property name. Extensions should be used sparingly and only when necessary.