Skip to content

Commit

Permalink
[Backport 12.4] Fix double "only" in AdminOnly.rst (#730)
Browse files Browse the repository at this point in the history
Fix double "only" in AdminOnly.rst

Co-authored-by: Nikita Hovratov <[email protected]>
  • Loading branch information
github-actions[bot] and nhovratov authored Jun 22, 2023
1 parent 77f5c93 commit ff1b974
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/Ctrl/Properties/AdminOnly.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ adminOnly
Examples
========

Table :sql:`sys_template` is only editable only by admin users:
Table :sql:`my_table` is only editable by admin users:

.. code-block:: php
:caption: EXT:my_sitepackage/Configuration/TCA/my_table.php
'ctrl' => [
'adminOnly' => 1,
Expand Down

0 comments on commit ff1b974

Please sign in to comment.