Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Add description about how to preview a page #629

Merged
merged 2 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions Documentation/Concepts/Backend/PageModule/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,24 @@ need some experience in PHP programming and dealing with databases etc.

Other content management systems like wordpress use the word "plugin" to
describe what we call an :ref:`extension <concepts-extensions>` in TYPO3.

.. _preview-page:

How to preview a page
=====================

The preview function in TYPO3 allows you to check pages before publishing them.

#. Preview from the Page Module

* You can preview a page by clicking the page icon of the desired page in
the page tree. Click the ´show´ icon in the appearing context menu.
The page will open in a new tab.

.. figure:: /Images/ManualScreenshots/Backend/previewMenue.png

#. Preview button in the top bar

* You can preview the page via clicking the button in the top bar.

.. figure:: /Images/ManualScreenshots/Backend/previewButton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading