Filter translatable strings
Source string Translation for Deutsch
Managing breakpoints and breakpoint groups overview
The <em>Breakpoint</em> module allows you to define breakpoints and breakpoint groups in YAML files. Modules and themes can use the API provided by the <em>Breakpoint</em> module to define breakpoints and breakpoint groups, and to assign resolution multipliers to breakpoints.
Working with breakpoints in Drupal
W3C standards for media queries
Add a new image style, which can be used to process and display images. See @media_topic for an overview of image styles.
In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em> &gt; <em>Media</em> &gt; @styles_link.
Click <em>Add image style</em>.
Enter a descriptive <em>Image style name</em>, and click <em>Create new style</em>.
Under <em>Effect</em>, choose an effect to apply and click <em>Add</em>.
Configure the effect on the next page. Most effects require some additional configuration after they are added. For example, for the <em>Crop</em> effect, enter the <em>Width</em> and <em>Height</em> to crop the image to, and choose the <em>Anchor</em> point. Click <em>Add effect</em>.
Repeat the previous two steps until all of the effects have been added.
Drag to change the order of the effects. Then click <em>Save</em> to save the new order.
The image style can now be used to format a field containing an image in your layouts or traditional field displays. It can also be used as part of a responsive image style. See related topics below for more information.
User search looks for user names and partial user names. Example: mar would match usernames mar, delmar, and maryjane.
You can use * as a wildcard within your keyword. Example: m*r would match user names mar, delmar, and elementary.
The handler for this item is broken or missing. The following details are available:
Installing the appropriate module may solve this issue. Otherwise, check to see if there is a module update available.
In Context
Are you sure you want to delete %browser_langcode?
A text format contains filters that change the display of user input; for example, stripping out malicious HTML or making URLs clickable. Filters are executed from top to bottom and the order is important, since one filter may prevent another filter from doing its job. For example, when URLs are converted into links before disallowed HTML tags are removed, all links may be removed. When this happens, the order of filters may need to be rearranged.
Install with commonly used features pre-configured.
Put your site in maintenance mode to perform maintenance operations, and then return to normal mode when finished.
What is maintenance mode?
When your site is in maintenance mode, most site visitors will see a simple maintenance mode message page, rather than being able to use the full functionality of the site. Users with <em>Use the site in maintenance mode</em> permission who are already logged in will be able to use the full site, and the log in page at <em>/user</em> will also be accessible to anyone.
In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em> &gt; <em>Development</em> &gt; <em>@maintenance_link</em>.
Check <em>Put site into maintenance mode</em>, optionally change the <em>Message to display when in maintenance mode</em>, and click <em>Save configuration</em>. Your site will be in maintenance mode.
Perform your maintenance operations.
Uncheck <em>Put site into maintenance mode</em> and click <em>Save configuration</em>. Your site will be back in normal operation mode.
Clear the site cache. See @cache_topic for instructions.
Create a new view to list content or other items on your site.