Skip to content
Snippets Groups Projects
Verified Commit 4dcbb647 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3436435 by bmahesh03121, joachim, jacobupal:...

Issue #3436435 by bmahesh03121, joachim, jacobupal: BlockCreationTrait::placeBlock() should explain visibility
parent e7a6df2a
No related branches found
No related tags found
4 merge requests!5423Draft: Resolve #3329907 "Test2",!3478Issue #3337882: Deleted menus are not removed from content type config,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!579Issue #2230909: Simple decimals fail to pass validation
Pipeline #440553 passed with warnings
Pipeline: drupal

#440562

    Pipeline: drupal

    #440559

      Pipeline: drupal

      #440554

        ......@@ -30,9 +30,9 @@ trait BlockCreationTrait {
        * The following defaults are provided:
        * - label: Random string.
        * - id: Random string.
        * - region: 'sidebar_first'.
        * - region: 'content'.
        * - theme: The default theme.
        * - visibility: Empty array.
        * - visibility: Empty array (block will be visible on all pages).
        *
        * @return \Drupal\block\Entity\Block
        * The block entity.
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment