Files
Jonathan Miller b632b49ff0
Universal: Auto Version Bump / Version Bump (push) Successful in 20s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 23s
feat: full config.xml (12 settings) + access.xml (19 permissions)
2026-06-23 15:36:33 -05:00

25 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<access component="com_mokosuiterealty">
<section name="component">
<action name="core.admin" title="JACTION_ADMIN" />
<action name="core.options" title="JACTION_OPTIONS" />
<action name="core.manage" title="JACTION_MANAGE" />
<action name="core.create" title="JACTION_CREATE" />
<action name="core.delete" title="JACTION_DELETE" />
<action name="core.edit" title="JACTION_EDIT" />
<action name="core.edit.state" title="JACTION_EDITSTATE" />
<action name="core.edit.own" title="JACTION_EDITOWN" />
<action name="realty.listings.view" title="View Listings" />
<action name="realty.listings.edit" title="Edit Listings" />
<action name="realty.listings.publish" title="Publish Listings" />
<action name="realty.showings.view" title="View Showings" />
<action name="realty.showings.schedule" title="Schedule Showings" />
<action name="realty.offers.view" title="View Offers" />
<action name="realty.offers.accept" title="Accept/Reject Offers" />
<action name="realty.commissions.view" title="View Commissions" />
<action name="realty.commissions.edit" title="Edit Commissions" />
<action name="realty.openhouses.manage" title="Manage Open Houses" />
<action name="realty.reports" title="View Reports" />
</section>
</access>