From 32e0c1e5c74f891f5c2bb71d11c920d936840c65 Mon Sep 17 00:00:00 2001 From: ADmad Date: Thu, 3 Aug 2017 19:28:39 +0530 Subject: [PATCH] Fix doc formatting --- docs/_partials/fields/tab-groups.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_partials/fields/tab-groups.rst b/docs/_partials/fields/tab-groups.rst index 5f542c87..4fc9842e 100644 --- a/docs/_partials/fields/tab-groups.rst +++ b/docs/_partials/fields/tab-groups.rst @@ -16,5 +16,7 @@ If there are fields which are not listed under any group they will be automatically shown under 1st tab with header ``Primary``. You can customize the primary group's name using `scaffold.form_primary_tab` config. +.. code-block:: php + $action = $this->Crud->action(); $action->config('scaffold.form_primary_tab', 'Key Info');