[ 'label' => 'Access People', 'description' => 'View and access the people module', 'group' => 'People Management' ], 'people.contacts.view' => [ 'label' => 'View Contacts', 'description' => 'View contact details', 'group' => 'People Management' ], 'people.contacts.edit' => [ 'label' => 'Edit Contacts', 'description' => 'Edit contact information', 'group' => 'People Management' ], 'people.*' => [ 'label' => 'Full People Management', 'description' => 'All people management operations', 'group' => 'People Management' ], ]; } public function registerBI(): array { return [ 'handle' => $this->handle(), 'namespace' => 'People', 'version' => $this->version(), 'label' => $this->label(), 'author' => $this->author(), 'description' => $this->description(), 'boot' => 'static/module.mjs', ]; } }