コミュニティ

Blocks and Source element 回答済み

Can anyone suggest, how to ignore one Block in flexilayout.

Example i have 3 alternative Searchelemnts for one Block.. However, one source element was not available to link for layout in Blocks.

\Can anyone provide sample Expression script ti ignore source element.

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

1件のコメント

  • Avatar
    Permanently deleted user

    If non-repeating, in the expression section of your block, use the following to nullify the block:

    isnull = true;

    outputregion = some_other_non-repeating-element.region;

    Of course you'll need to add the appropriate conditions before and/or after but that should give you the desired result.

    1

サインインしてコメントを残してください。