diff --git a/modulecheck/forms.json b/modulecheck/forms.json index f3bb7d17ccf60c8a08088ad4b23ae176bd6ada68..de8a171662e001c103a90acd4cac4644a6622274 100644 --- a/modulecheck/forms.json +++ b/modulecheck/forms.json @@ -41,7 +41,8 @@ "metadata", "fontScaleFollowSystem", "supportShapes", - "previewImages" + "previewImages", + "renderingMode" ] }, "required": [ @@ -193,6 +194,16 @@ } } }, + "renderingMode": { + "description": "Indicates the renderingMode of card.", + "type": "string", + "enum": [ + "autoColor", + "fullColor", + "singleColor" + ], + "default": "fullColor" + }, "formConfigAbility": { "description": "Indicates the name of the facility or activity for card adjustment.", "type": "string",