Central Page Code Block

From a high level, the basic syntax of a central-page block is:

  central-page id = <string> { 
    cplan <string> 
    dimension <string> 
    <tab> 
    <tab> 
  } 

From a high level, the syntax of a complex central-page block is:

  pages { 
    central-page id = <string> no-preload = <boolean> enable-subset = <boolean> { 
      cplan <string> 
      quickview-set <string> 
      
      parameter <string> 
      dimension <string> enable-subset = <boolean> 
      
      tab <string> filtered = <boolean> { 
        screen { 
          layout orientation = <string> { 
            <elements> 
          } 
        } 
      } 
    
      elements { 
        <element> 
        <element> 
      } 
    } 
  }