Search results
-
README
... tab. Each of these is a different cloning "method". The default method works by pre-populating the node form, rather than ... method that may be selected immediately saves the node (by default the user must confirm this action on a confirmation form). This ... with all the files to the /sites/all/modules OR /sites/default/modules directory of your Drupal installation and enable it at ...
-
Argument plugins
... title 'description' => Description 'keyword' => Default keyword for the context 'context' => Callback to create the ... Params: $arg = NULL, $conf = NULL, $empty = FALSE 'default' => either an array of default settings or a string which is a ...
-
README
... can be made required, set as instead of URL, optional (default), or left out entirely. If no link text title is provided, the ... you were to create a field named 'My New Link', the default display of the link would be: <em><div class="field_my_new_link" ...
-
README
... TYPE SETTINGS: For each node type on your site, you can set default role access permissions and choose if the grant tab should be available ... permissions. For each node type, you can also choose the default permissions for that type. To emulate standard drupal permissions, you ...
-
Advanced Style Settings
... the Views UI, so that you can fairly easily override the default markup without having to restyle via templates. Customize field ... should you desire. Decide if you want to keep the Views default classes. Unchecking this box means your markup is *it*. In Views ...
-
Embedding a view into other parts of your site
... $display_id * The display id to embed. If unsure, use 'default', as it will always be * valid. But things like 'page' or 'block' ... */ function views_embed_view($name, $display_id = 'default') { To figure out the id of a display, hover your mouse over ...
-
Views' API
... create new display types, style types, row styles, argument default handlers and argument validators via hook_views_handlers() and ... directive. There are two similar files, MODULENAME.views_default.inc and MODULENAME.views_convert.inc which contain default views and ...
-
README
... is provided for demonstration purposes; it uses Drupal's default HTML markup and CSS styles. It can be used as a troubleshooting tool ... and can be used by designers interested in studying Drupal's default markup without the interference of changes commonly made by more ...
-
README
... entity bundle (content type, vocabulary, etc), click "Add default meta tags". 5. Each supported entity object (nodes, terms, users) will ... module package it is possible to translate meta tags: * All default configurations (`admin/config/search/metatag`) are translatable. When ...
-
README
... module overrides default email sending behaviour and sending emails through SendGrid ... of your installation, example sites/all/modules or sites/default/modules 2. Install Dependencies. * If you are using Composer ... all to run through Sendgrid then you set the System-wide default MailSystemInterface class to "SendGridMailSystem". As an example, ...