first commit

This commit is contained in:
2025-07-22 15:41:16 +02:00
commit 2a40a54622
81 changed files with 5614 additions and 0 deletions

13
administrator/access.xml Normal file
View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<access component="com_circolari">
<section name="component">
<action name="core.admin" title="JACTION_ADMIN" description="JACTION_ADMIN" />
<action name="core.manage" title="JACTION_MANAGE" description="JACTION_MANAGE" />
<action name="core.create" title="JACTION_CREATE" description="JACTION_CREATE" />
<action name="core.delete" title="JACTION_DELETE" description="JACTION_DELETE" />
<action name="core.edit" title="JACTION_EDIT" description="JACTION_EDIT" />
<action name="core.edit.state" title="JACTION_EDITSTATE" description="JACTION_EDITSTATE" />
<action name="core.edit.own" title="JACTION_EDITOWN" description="JACTION_EDITOWN" />
</section>
</access>