Comment to 'Custom Block'
Comment to Custom Block
  • Hello Renato !

    You may create the new service block (Studio->Pages app) with the following code:

    array (

      'module' => 'bx_groups',

      'method' => 'browse_recommended',

      'params' => 

      array (

        'empty_message' => false,

        'ajax_paginate' => false,

      ),

    And change view settings via RAW blocks with JS / CSS code. It is an example for beginning.