1
0
Fork 0
Dieser Commit ist enthalten in:
Faizaan Gagan 2021-06-01 11:19:39 +05:30
Ursprung 28094ab17b
Commit 310a3b0328

Datei anzeigen

@ -8,7 +8,7 @@ class CustomWizard::Field
# number: 3 # number: 3
# title: Add the field name to attribute map # title: Add the field name to attribute map
# description: The attribute map serves as a global registry for field attributes. Set the # description: The attribute map serves as a global registry for field attributes. Set the
# key as the attribute name and value as an array of properties. Use the properties according to the # key as the attribute name and value as an array of properties. Use the properties according to the
# your usecase. Here's a list and description of each of the properties. # your usecase. Here's a list and description of each of the properties.
# accessible: The attribute is passed to attr_accessor # accessible: The attribute is passed to attr_accessor
# serializable: The attribute is serialized to the client # serializable: The attribute is serialized to the client