mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
moved back what was removed during merge
This commit is contained in:
parent
a5a1a51993
commit
1b07985680
1 changed files with 1 additions and 0 deletions
|
|
@ -1242,6 +1242,7 @@ class RawJsonInput(QtWidgets.QPlainTextEdit):
|
|||
class RawJsonWidget(QtWidgets.QWidget, InputObject):
|
||||
default_input_value = "{}"
|
||||
value_changed = QtCore.Signal(object)
|
||||
valid_value_types = (str, dict, list, type(NOT_SET))
|
||||
allow_to_environment = True
|
||||
|
||||
def __init__(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue