README.txt |
README.txt |
|
Views Bulk Operations (VBO) Search And Replace
==============================================
This module exposes a new Views Bulk Operations action "Search and replace on Entity values" that allows you to perform a search and replace on… |
vbo_search_and_replace.checkbox_columns.css |
css/vbo_search_and_replace.checkbox_columns.css |
|
@charset 'UTF-8';
@media only screen {
.vbo-search-and-replace-form .field-select-container .fieldset-wrapper {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
}
.vbo-search-and-replace-form… |
vbo_search_and_replace.inc |
includes/vbo_search_and_replace.inc |
|
Private helper functions for VBO Search and Replace. |
vbo_search_and_replace.info |
vbo_search_and_replace.info |
|
name = VBO Search And Replace
description = Exposes a new Views Bulk Operations action "Search and replace on Entity values" that allows you to perform a search and replace on the values (fields/properties) of selected entities in a… |
vbo_search_and_replace.module |
vbo_search_and_replace.module |
|
|