You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/general/configuration_options.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,21 @@ Possible values:
63
63
-`:singular`
64
64
-`:plural` (default)
65
65
66
+
##### jsonapi_namespace_separator
67
+
68
+
Sets separator string for namespaced models to render `type` attribute. Default value is `--`.
69
+
70
+
##### jsonapi_type_transform
71
+
72
+
Provides transform for `type` attribute. Class name `NicePost` gets converted into `nice_post`, `nice-post`, `NicePost` or `nicePost` depending on selected setting.
73
+
74
+
Possible values:
75
+
76
+
-`:underscore` (default)
77
+
-`:dashed`
78
+
-`:camel`
79
+
-`:snake`
80
+
66
81
##### jsonapi_include_toplevel_object
67
82
68
83
Include a [top level jsonapi member](http://jsonapi.org/format/#document-jsonapi-object)
0 commit comments