diff --git a/langs/layers/en.json b/langs/layers/en.json index c68fd5d59c..17453b3fc1 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -10519,6 +10519,7 @@ "name": "Tourism accomodation", "presets": { "0": { + "description": "A hotel is an establishment that provides paid lodging, usually on a short-term basis. Rooms are not shared with strangers.", "title": "a hotel" }, "1": { diff --git a/src/UI/Studio/CollapsedTagRenderingPreview.svelte b/src/UI/Studio/CollapsedTagRenderingPreview.svelte index da00781836..1778947930 100644 --- a/src/UI/Studio/CollapsedTagRenderingPreview.svelte +++ b/src/UI/Studio/CollapsedTagRenderingPreview.svelte @@ -33,6 +33,8 @@ .getSchemaStartingWith(schema.path) .filter((part) => part.path.length - 1 === schema.path.length) + let usesOverride = value["builtin"] !== undefined + function schemaForMultitype() { const sch = { ...schema } sch.hints.typehint = undefined @@ -147,7 +149,10 @@ {/if}