File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 6262)
6363"""This has been renamed to :data:`IDOM_WEB_MODULES_DIR`"""
6464
65- IDOM_FEATURE_INDEX_AS_DEFAULT_KEY = _Option (
66- "IDOM_FEATURE_INDEX_AS_DEFAULT_KEY" ,
67- default = True ,
68- mutable = False ,
69- validator = lambda x : bool (int (x )),
70- )
71- """Use the index of elements/components amongst their siblings as the default key.
72-
73- The flag's default value is set to true. To return to legacy behavior set
74- ``IDOM_FEATURE_INDEX_AS_DEFAULT_KEY=0``. In a future release, this flag will be removed
75- entirely and the indices will always be the default key.
76-
77- For more information on changes to this feature flag see:
78- https://github.com/idom-team/idom/issues/351
79- """
80-
8165IDOM_TESTING_DEFAULT_TIMEOUT = _Option (
8266 "IDOM_TESTING_DEFAULT_TIMEOUT" ,
8367 5.0 ,
You can’t perform that action at this time.
0 commit comments