/* ************************* RESOURCES ****************************
Important: This list only affects Bootstrap. There is another
list of resources below that controls ExportObjects.
* ************************************************************** */
/* Array of Resource pagetitles for your Extra; All other fields optional.
You can set any resource field here */
'resources' => array(
'Resource1',
'Resource2',
),This question has been answered by BobRay. See the first response.
'resources' => array(
'xb3a11y Homepage example' => array( /* minimal xb3a11y */
'pagetitle' => 'xb3a11y Homepage example',
'alias' => 'xb3a11y-homepage-sample',
'context_key' => 'xb3a11y',
'template' => 'a11yhome',
'content' => 'new content',
'richtext' => false,
'published' => true,
),