Skip to content

Commit c18f65c

Browse files
committed
add comment for config
1 parent e9d08dd commit c18f65c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

reflex/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,7 @@ class Config: # pyright: ignore [reportIncompatibleVariableOverride]
890890
# Extra overlay function to run after the app is built. Formatted such that `from path_0.path_1... import path[-1]`, and calling it with no arguments would work. For example, "reflex.components.moment.moment".
891891
extra_overlay_function: str | None = None
892892

893+
# List of plugins to use in the app.
893894
plugins: list[Plugin] = []
894895

895896
def __init__(self, *args, **kwargs):

0 commit comments

Comments
 (0)