From ff029da7891a569e5535374d12112ddf783a81a1 Mon Sep 17 00:00:00 2001 From: Igor Quirino Date: Fri, 26 Aug 2022 01:01:28 +0100 Subject: [PATCH] fix: typo in code sample --- docs/developer-docs/latest/development/custom-fields.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer-docs/latest/development/custom-fields.md b/docs/developer-docs/latest/development/custom-fields.md index 5717a62e1e..df1f73f544 100644 --- a/docs/developer-docs/latest/development/custom-fields.md +++ b/docs/developer-docs/latest/development/custom-fields.md @@ -109,11 +109,11 @@ register(app) { intlDescription: { id: "color-picker.color.description", defaultMessage: "Select any color", - } + }, icon: ColorIcon, components: { Input: async () => import(/* webpackChunkName: "input-component" */ "./Input"), - } + }, options: { base: [ /*