From 1bf93172bb265f73b85ad42329d52e7f0597c604 Mon Sep 17 00:00:00 2001 From: Nikita Hovratov Date: Thu, 22 Jun 2023 14:24:24 +0200 Subject: [PATCH] Fix double "only" in AdminOnly.rst (#726) --- Documentation/Ctrl/Properties/AdminOnly.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/Ctrl/Properties/AdminOnly.rst b/Documentation/Ctrl/Properties/AdminOnly.rst index e3c4ce24..2ff43966 100644 --- a/Documentation/Ctrl/Properties/AdminOnly.rst +++ b/Documentation/Ctrl/Properties/AdminOnly.rst @@ -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,