Skip to content
Snippets Groups Projects
Commit cca8e3f7 authored by arousseau's avatar arousseau Committed by Elliot Ward
Browse files

Issue #3315187: Added options_select widget support.

parent 2fc4397d
Branches 2.0.x
No related tags found
1 merge request!26Issue #3315187: Added options_select widget support.
Pipeline #309198 passed
......@@ -28,6 +28,7 @@ function jsonapi_reference_help($route_name, RouteMatchInterface $route_match) {
*/
function jsonapi_reference_field_widget_info_alter(array &$info) {
$info['string_textfield']['field_types'][] = 'typed_resource_object';
$info['options_select']['field_types'][] = 'typed_resource_object';
$info['options_buttons']['field_types'][] = 'typed_resource_object';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment