mirror of
https://github.com/directus/directus.git
synced 2026-01-22 19:58:09 -05:00
Add 'geometry' types (#7913)
Co-authored-by: havardvidme <havard.vidme@gmail.com>
This commit is contained in:
@@ -5,7 +5,7 @@ export default defineDisplay({
|
||||
id: 'formatted-json-value',
|
||||
name: '$t:displays.formatted-json-value.formatted-json-value',
|
||||
description: '$t:displays.formatted-json-value.description',
|
||||
types: ['json'],
|
||||
types: ['json', 'geometry'],
|
||||
icon: 'settings_ethernet',
|
||||
handler: DisplayJsonValue,
|
||||
options: [
|
||||
|
||||
Reference in New Issue
Block a user