From c9306b730950f9d97d721ad9cc9b6f8adb200a12 Mon Sep 17 00:00:00 2001 From: Viviana Monsalve Date: Wed, 31 Aug 2022 17:27:53 -0500 Subject: [PATCH] fallback_only metadata added --- Lib/axisregistry/data/element_shape.textproto | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/axisregistry/data/element_shape.textproto b/Lib/axisregistry/data/element_shape.textproto index ca4031f15f..580f6883dc 100644 --- a/Lib/axisregistry/data/element_shape.textproto +++ b/Lib/axisregistry/data/element_shape.textproto @@ -9,5 +9,6 @@ fallback { name: "Default" value: 0.0 } +fallback_only: false description: "Controls the shape of the element" -- 2.47.3