mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- change blocks folder
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
<?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'
|
||||
)
|
||||
);
|
||||
Reference in New Issue
Block a user