From c6091444d51e3b1ba0b316f08577bc8087b78f60 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Fri, 28 Jul 2023 14:31:48 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(custom.mdx):=20remove=20out?= =?UTF-8?q?dated=20information=20about=20loading=20flow=20and=20tweaks=20p?= =?UTF-8?q?arameter=20in=20CustomComponent=20class?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/components/custom.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/docs/components/custom.mdx b/docs/docs/components/custom.mdx index faf46cac5..daa121c1c 100644 --- a/docs/docs/components/custom.mdx +++ b/docs/docs/components/custom.mdx @@ -48,10 +48,6 @@ Their values are of type _`dict`_ with any of the following keys (all of them ar | _`info: str`_ | To add a tooltip to the field | | _`file_types: List[str]`_ | This is a requirement if the _`field_type`_ is file. Defines which file types will be accepted. For example, json, yaml or yml | -Now we can load the flow using the _`load_flow`_ method. - -The _`tweaks`_ parameter is a dictionary that allows you to customize the flow. - The CustomComponent class provides the following methods: | Method name | Description |