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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,17 @@ Possible values:
67
67
68
68
Sets separator string for namespaced models to render `type` attribute. Default value is `--`.
69
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
+
70
81
##### jsonapi_include_toplevel_object
71
82
72
83
Include a [top level jsonapi member](http://jsonapi.org/format/#document-jsonapi-object)
0 commit comments