D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
ebrokers-admin.ebrokers.online
/
config
/
Filename :
rolepermission.php
back
Copy
<?php $config = [ 'dashboard' => array('read'), 'facility' => array('create', 'read', 'update', 'delete'), 'categories' => array('create', 'read', 'update', 'delete'), 'near_by_places' => array('create', 'read', 'update','delete'), 'customer' => array('read', 'update'), 'verify_customer_form' => array('read', 'create', 'update', 'delete'), 'approve_agent_verification' => array('read', 'update'), 'property' => array('create', 'read', 'update','delete'), 'city_images' => array('read', 'update', 'delete'), 'project' => array('create', 'read', 'update','delete'), 'report_reason' => array('create', 'read', 'update','delete'), 'user_reports' => array('read'), 'users_inquiries' => array('read'), 'chat' => array('create', 'read'), 'slider' => array('create', 'read', 'update','delete'), 'article' => array('create', 'read', 'update','delete'), 'advertisement' => array('read', 'update'), 'package-feature' => array('read', 'update'), 'package' => array('create', 'read', 'update','delete'), 'user_package' => array('read'), 'payment' => array('read'), 'calculator' => array('read'), 'faqs' => array('create', 'read', 'update','delete'), 'users_accounts' => array('create', 'read', 'update'), 'about_us' => array('read','update'), 'privacy_policy' => array('read', 'update'), 'terms_conditions' => array('read', 'update'), 'language' => array('create', 'read', 'update','delete'), 'system_settings' => array('read', 'update'), 'app_settings' => array('read', 'update'), 'web_settings' => array('read', 'update'), 'firebase_settings' => array('read', 'update'), 'notification_settings' => array('read', 'update'), 'email_configurations' => array('read', 'update'), 'email_templates' => array('read', 'update'), 'admin_appointment_preferences' => array('read', 'update'), 'admin_appointment_schedules' => array('read', 'update'), 'appointment_management' => array('read', 'update', 'delete'), 'appointment_reports' => array('read', 'update'), 'system_update' => array('read', 'update'), 'notification' => array('read', 'create','delete'), 'homepage-sections' => array('create', 'read', 'update','delete'), 'seo_settings' => array('read', 'create', 'update','delete'), // 'property_inquiry' => array('read', 'update'), // 'type' => array('create', 'read', 'update','delete'), // 'unit' => array('create', 'read', 'update','delete'), ]; return $config;