--- title: pageBlockUnsupported description: pageBlockUnsupported attributes, type and example --- ## Constructor: pageBlockUnsupported [Back to constructors index](index.md) ### Type: [PageBlock](../types/PageBlock.md) ### Example: ``` $pageBlockUnsupported = ['_' => 'pageBlockUnsupported', ]; ``` Or, if you're into Lua: ``` pageBlockUnsupported={_='pageBlockUnsupported', } ```