oEmbed Providers
The oEmbed Providers module extends core's oEmbed functionality:
The oEmbed Providers module extends core's oEmbed functionality:
Image effect kit provides some image effects to be used on an image styles. It includes the following effects:
Provides an interface for using the features of the Crop API. This element provides an UX for using a crop on all fields images or file elements. This module has particularity to purpose capability to crop the same image by “Crop type” configured. It’s very useful for editorial sites or media management sites.
Highly recommended.
Allows bulk updating of entity values via views bulk actions. By default it is configured for nodes but can be configured for other entity types.
This can save so much time... a great module.
For example, if you have a taxonomy to tag media images with keywords using this module with Views Bulk Operations you can check say 30 images and then apply the same taxonomy term to all of them.
The alternative would be to click and update the 30 images individually.
This module enables you to link image fields of media entities to their referencing (node) entities. You will be able to set up the view mode for the media entity accordingly.
Focal Point allows you to specify the portion of an image that is most important. This information can be used when the image is cropped or cropped and scaled so that you don't, for example, end up with an image that cuts off the subject's head.
Field as Block provides an easy way to display one or more fields of the current node in a block.
This module aims to be a light weight alternative to modules like Panels and Display Suite, or using Views to define a block which only retrieves one field.
This project integrates the site with the Google Tag Manager (GTM) application. GTM allows you to deploy analytics and measurement tag configurations from a web-based user interface (hosted by Google) instead of requiring administrative access to your website.
To use the module, sign up for GTM and obtain a "container ID" for your website. For development purposes, create a GTM environment for your website.
To perform a global search and replace in vi, use the 'search and replace' command:
:%s/search_string/replacement_string/g
The %s is a shortcut that tells vi to search all lines of the file for search_string and change it to replacement_string. The global (g) flag at the end of the command tells vi to replace all instances of the search_string.
If you wish to confirm each replacement, add the confirm (c) flag after the global flag.