59 lines
1.5 KiB
PHP
59 lines
1.5 KiB
PHP
<?php
|
|
// This file is generated. Do not modify it manually.
|
|
return array(
|
|
'um-account' => array(
|
|
'apiVersion' => 2,
|
|
'name' => 'um-block/um-account',
|
|
'title' => 'Account',
|
|
'description' => 'Displaying the account page of the current user',
|
|
'icon' => 'id',
|
|
'category' => 'um-blocks',
|
|
'attributes' => array(
|
|
'tab' => array(
|
|
'type' => 'string'
|
|
)
|
|
),
|
|
'editorScript' => 'file:./src/index.js',
|
|
'textdomain' => 'ultimate-member'
|
|
),
|
|
'um-forms' => array(
|
|
'apiVersion' => 2,
|
|
'name' => 'um-block/um-forms',
|
|
'title' => 'Form',
|
|
'description' => 'Choose display form',
|
|
'icon' => 'forms',
|
|
'category' => 'um-blocks',
|
|
'attributes' => array(
|
|
'form_id' => array(
|
|
'type' => 'integer'
|
|
)
|
|
),
|
|
'editorScript' => 'file:./src/index.js',
|
|
'textdomain' => 'ultimate-member'
|
|
),
|
|
'um-member-directories' => array(
|
|
'apiVersion' => 2,
|
|
'name' => 'um-block/um-member-directories',
|
|
'title' => 'Member Directory',
|
|
'description' => 'Choose display directory',
|
|
'icon' => 'groups',
|
|
'category' => 'um-blocks',
|
|
'attributes' => array(
|
|
'member_id' => array(
|
|
'type' => 'integer'
|
|
)
|
|
),
|
|
'editorScript' => 'file:./src/index.js',
|
|
'textdomain' => 'ultimate-member'
|
|
),
|
|
'um-password-reset' => array(
|
|
'apiVersion' => 2,
|
|
'name' => 'um-block/um-password-reset',
|
|
'title' => 'Password Reset',
|
|
'description' => 'Displaying the password reset form',
|
|
'icon' => 'unlock',
|
|
'category' => 'um-blocks',
|
|
'editorScript' => 'file:./src/index.js',
|
|
'textdomain' => 'ultimate-member'
|
|
)
|
|
);
|