diff --git a/typo3/sysext/adminpanel/Documentation/Configuration/Index.rst b/typo3/sysext/adminpanel/Documentation/Configuration/Index.rst index 610d3ae6ba63e474feee49a9d997c35e2045dfa7..4b09fe1ad5d5e3a0391252ac1b03c2f0d845be1a 100644 --- a/typo3/sysext/adminpanel/Documentation/Configuration/Index.rst +++ b/typo3/sysext/adminpanel/Documentation/Configuration/Index.rst @@ -6,12 +6,12 @@ Configuration ============= -If the TypoScript property :t3-typoscript:`config.admPanel` is set, +If the TypoScript property :ref:`typoscript-config-admpanel` is set, the admin panel is displayed at the bottom of pages in the frontend for logged-in backend users. By default, the Admin Panel is displayed to logged-in admins only. This behaviour -can be changed by setting :t3-user-tsconfig:`admPanel.enable` for certain +can be changed by setting :ref:`tsconfig-admpanel-enable` for certain backend users or groups. .. contents:: **Available settings** @@ -30,14 +30,14 @@ The following settings can be made in the project's TypoScript setup. See also config.admPanel --------------- -.. t3-typoscript:: config.admPanel +.. confval:: config.admPanel :Type: boolean :Default: false If set, the Admin Panel displays at the bottom of pages. This applies only to logged-in admins or backend users with - :t3-user-tsconfig:`admPanel.enable` enabled. + :ref:`tsconfig-admpanel-enable` enabled. .. rubric:: Example @@ -53,10 +53,13 @@ The options below can be set in the user TSconfig of a backend backend user or group. See also :ref:`Using and setting user TSconfig <t3tsconfig:setting-user-tsconfig>`. + +.. _tsconfig-admpanel-enable: + admPanel.enable --------------- -.. t3-user-tsconfig:: admPanel.enable +.. confval:: admPanel.enable :Type: array<string, boolean> :Default: For admin users, `admPanel.enable.all = 1` is default. @@ -89,7 +92,7 @@ admPanel.enable admPanel.hide ------------- -.. t3-user-tsconfig:: admPanel.hide +.. confval:: admPanel.hide :Type: boolean @@ -105,7 +108,7 @@ admPanel.hide admPanel.override ----------------- -.. t3-user-tsconfig:: admPanel.override +.. confval:: admPanel.override :Type: object diff --git a/typo3/sysext/adminpanel/Documentation/Includes.rst.txt b/typo3/sysext/adminpanel/Documentation/Includes.rst.txt index af7f7005ee325b1b6517f153d183a7ddc8f086b7..236250747b4d9b0f70bd6dacc4801210cfb04cb6 100644 --- a/typo3/sysext/adminpanel/Documentation/Includes.rst.txt +++ b/typo3/sysext/adminpanel/Documentation/Includes.rst.txt @@ -1,34 +1 @@ -.. More information about this file: - https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#includes-rst-txt - -.. ---------- -.. text roles -.. ---------- - -.. role:: aspect(emphasis) -.. role:: bash(code) -.. role:: html(code) -.. role:: js(code) -.. role:: php(code) -.. role:: rst(code) -.. role:: sep(strong) -.. role:: sql(code) - -.. role:: tsconfig(code) - :class: typoscript - -.. role:: typoscript(code) -.. role:: xml(code) - :class: html - -.. role:: yaml(code) - -.. default-role:: code - -.. --------- -.. highlight -.. --------- - -.. By default, code blocks use PHP syntax highlighting - -.. highlight:: php +.. You can put central messages to display on all pages here diff --git a/typo3/sysext/adminpanel/Documentation/Index.rst b/typo3/sysext/adminpanel/Documentation/Index.rst index 367bae6ab0b1fddf8a4f075a729d25f254c87524..dfb4eccafe6f1015d07e33deb0499664f8507ef8 100644 --- a/typo3/sysext/adminpanel/Documentation/Index.rst +++ b/typo3/sysext/adminpanel/Documentation/Index.rst @@ -53,4 +53,3 @@ contains a range of metrics including debug and caching information. :hidden: Sitemap - genindex diff --git a/typo3/sysext/adminpanel/Documentation/Settings.cfg b/typo3/sysext/adminpanel/Documentation/Settings.cfg deleted file mode 100644 index 36ea0863c8756fef89544144041214deaa2e4a95..0000000000000000000000000000000000000000 --- a/typo3/sysext/adminpanel/Documentation/Settings.cfg +++ /dev/null @@ -1,72 +0,0 @@ -# More information about this file: -# https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#settings-cfg - -[general] - -project = Admin Panel -version = main (development) -release = main (development) -copyright = since 2018 by the TYPO3 contributors - -[html_theme_options] - -# "Edit on GitHub" button -github_repository = typo3/typo3 -github_branch = main -path_to_documentation_dir = typo3/sysext/adminpanel/Documentation/ - -# Footer links -project_home = https://extensions.typo3.org/extension/adminpanel/ -project_contact = https://typo3.slack.com/archives/C025BQLFA -project_repository = https://github.com/typo3/typo3 -project_issues = https://forge.typo3.org/projects/typo3cms-core/issues -project_discussions = - -use_opensearch = - - -[sphinx_object_types_to_add] - -t3-typoscript = t3-typoscript // t3-typoscript // TypoScript -t3-user-tsconfig = t3-user-tsconfig // t3-user-tsconfig // User TSconfig - -[intersphinx_mapping] - -# Official TYPO3 manuals -# h2document = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/ -# t3content = https://docs.typo3.org/m/typo3/guide-contentandmarketing/main/en-us/ -# t3contribute = https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/ -# t3coreapi = https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/ -# t3editors = https://docs.typo3.org/m/typo3/tutorial-editors/12.4/en-us/ -# t3extexample = https://docs.typo3.org/m/typo3/guide-example-extension-manual/main/en-us/ -# t3home = https://docs.typo3.org/ -# t3sitepackage = https://docs.typo3.org/m/typo3/tutorial-sitepackage/12.4/en-us/ -# t3start = https://docs.typo3.org/m/typo3/tutorial-getting-started/12.4/en-us/ -# t3tca = https://docs.typo3.org/m/typo3/reference-tca/12.4/en-us/ -# t3translate = https://docs.typo3.org/m/typo3/guide-frontendlocalization/12.4/en-us/ -t3tsconfig = https://docs.typo3.org/m/typo3/reference-tsconfig/12.4/en-us/ -t3tsref = https://docs.typo3.org/m/typo3/reference-typoscript/12.4/en-us/ -# t3ts45 = https://docs.typo3.org/m/typo3/tutorial-typoscript-in-45-minutes/12.4/en-us/ -# t3viewhelper = https://docs.typo3.org/other/typo3/view-helper-reference/12.4/en-us/ -# t3upgrade = https://docs.typo3.org/m/typo3/guide-installation/12.4/en-us/ - -# TYPO3 system extensions -# ext_adminpanel = https://docs.typo3.org/c/typo3/cms-adminpanel/12.4/en-us/ -# ext_core = https://docs.typo3.org/c/typo3/cms-core/12.4/en-us/ -# ext_dashboard = https://docs.typo3.org/c/typo3/cms-dashboard/12.4/en-us/ -# ext_felogin = https://docs.typo3.org/c/typo3/cms-felogin/12.4/en-us/ -# ext_form = https://docs.typo3.org/c/typo3/cms-form/12.4/en-us/ -# ext_fsc = https://docs.typo3.org/c/typo3/cms-fluid-styled-content/12.4/en-us/ -# ext_impexp = https://docs.typo3.org/c/typo3/cms-impexp/12.4/en-us/ -# ext_indexed_search = https://docs.typo3.org/c/typo3/cms-indexed-search/12.4/en-us/ -# ext_linkvalidator = https://docs.typo3.org/c/typo3/cms-linkvalidator/12.4/en-us/ -# ext_lowlevel = https://docs.typo3.org/c/typo3/cms-lowlevel/12.4/en-us/ -# ext_reactions = https://docs.typo3.org/c/typo3/cms-reactions/12.4/en-us/ -# ext_recycler = https://docs.typo3.org/c/typo3/cms-recycler/12.4/en-us/ -# ext_redirects = https://docs.typo3.org/c/typo3/cms-redirects/12.4/en-us/ -# ext_reports = https://docs.typo3.org/c/typo3/cms-reports/12.4/en-us/ -# ext_rte_ckeditor = https://docs.typo3.org/c/typo3/cms-rte-ckeditor/12.4/en-us/ -# ext_scheduler = https://docs.typo3.org/c/typo3/cms-scheduler/12.4/en-us/ -# ext_seo = https://docs.typo3.org/c/typo3/cms-seo/12.4/en-us/ -# ext_t3editor = https://docs.typo3.org/c/typo3/cms-t3editor/12.4/en-us/ -# ext_workspaces = https://docs.typo3.org/c/typo3/cms-workspaces/12.4/en-us/ diff --git a/typo3/sysext/adminpanel/Documentation/genindex.rst b/typo3/sysext/adminpanel/Documentation/genindex.rst deleted file mode 100644 index 806ec56a77c4fd96f61bccba17e471c1d273b5cc..0000000000000000000000000000000000000000 --- a/typo3/sysext/adminpanel/Documentation/genindex.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. include:: /Includes.rst.txt - -===== -Index -===== - -.. Sphinx will insert here the general index automatically. diff --git a/typo3/sysext/adminpanel/Documentation/guides.xml b/typo3/sysext/adminpanel/Documentation/guides.xml new file mode 100644 index 0000000000000000000000000000000000000000..a645719f70d4c676877d013ba43786013a5b0591 --- /dev/null +++ b/typo3/sysext/adminpanel/Documentation/guides.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<guides xmlns="https://www.phpdoc.org/guides" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="https://www.phpdoc.org/guides ../vendor/phpdocumentor/guides-cli/resources/schema/guides.xsd" + links-are-relative="true"> + <extension class="\T3Docs\Typo3DocsTheme\DependencyInjection\Typo3DocsThemeExtension" + project-home="https://extensions.typo3.org/extension/adminpanel/" + project-contact="https://typo3.slack.com/archives/C025BQLFA" + project-repository="https://github.com/typo3/typo3" + project-issues="https://forge.typo3.org/projects/typo3cms-core/issues" + edit-on-github-branch="12.4" + edit-on-github="typo3/typo3" + typo3-core-preferred="12.4"/> + <project title="Admin Panel" + release="12.4" + version="12.4" + copyright="since 2018 by the TYPO3 contributors"/> +</guides>