Skip to content
Snippets Groups Projects
Commit 8b6d2377 authored by Matt Biewener's avatar Matt Biewener
Browse files

Add workflow_buttons pseudofield to disabled list in view displays by default

parent 68769687
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ function workflow_buttons_entity_extra_field_info() {
'label' => t('Workflow buttons'),
'description' => t('Workflow buttons'),
'weight' => 0,
'visible' => TRUE,
'visible' => FALSE,
];
}
}
......
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