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

[Backport 12.4] [TASK] Update "Creating pages" screenshots (#143) #147

Merged
merged 1 commit into from
Oct 30, 2023
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
Binary file not shown.

This file was deleted.

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
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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 18 additions & 6 deletions Documentation/Pages/CreatingPages/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ Adding pages within the page tree
You can create a new page by dragging and dropping a page from the top of
the page tree.

.. figure:: ../../Images/ManualScreenshots/PageTree/PageCreateDragDrop.png
.. figure:: /Images/ManualScreenshots/PageTree/PageCreateDragDrop.png
:alt: Creating a page using drag and drop
:class: with-border

Creating a page using drag and drop

#. Select the type of page you want to add by choosing from one of the icons. In this example
we are creating a standard page.

Expand All @@ -41,10 +43,12 @@ the page tree.

#. Give the new page a title.

.. figure:: ../../Images/ManualScreenshots/PageTree/PageCreateTitle.png
.. figure:: /Images/ManualScreenshots/PageTree/PageCreateTitle.png
:alt: Inserting a page title
:class: with-border

Inserting a page title

New pages are disabled by default. To enable a newly created page, right-click on the page
and select :guilabel:`Enable`. You can also enable a page from the :guilabel:`Access` tab in page properties.

Expand All @@ -57,23 +61,31 @@ Adding pages with the context menu
#. Right-click any existing page and choose :guilabel:`More options > 'Create
New' Wizard` from the context menu.

.. figure:: ../../Images/ManualScreenshots/PageTree/PageCreateContextMenu.png
:alt: Creating pages with context menu
.. figure:: /Images/ManualScreenshots/PageTree/PageCreateContextMenu.png
:alt: Creating pages with the context menu
:class: with-border

Creating pages with the context menu

The :guilabel:`New record` screen will appear.

#. Decide where you want your new page to appear in the page tree by selecting one of the black arrows.

.. figure:: ../../Images/ManualScreenshots/Page/PageCreateWizard.png
.. figure:: /Images/ManualScreenshots/Page/PageCreateWizard.png
:alt: Selecting a position for the new page using the wizard
:class: with-border

Selecting a position for the new page using the wizard

The :guilabel:`Create new Page` screen will appear.

#. Provide a title for the page. You can also go to the :guilabel:`Access` tab
and enable the page to make it visible in the frontend.

.. include:: /Images/AutomaticScreenshots/PageProperties/Enable.rst.txt
.. figure:: /Images/ManualScreenshots/PageProperties/Visibility.png
:alt: Making the new page publicly visible
:class: with-border

Making the new page publicly visible

Visit the :ref:`page types <pages-types>` chapter for more information on the different types of pages that can be created.
11 changes: 0 additions & 11 deletions Documentation/screenshots.json
Original file line number Diff line number Diff line change
Expand Up @@ -882,17 +882,6 @@
"altText": "The Categories tab of the page properties",
"captionText": "The **Categories** tab of the page properties"
},
{
"action": "click",
"link": "Access"
},
{"action": "resizeWindow", "width": 1024,"height": 280},
{
"action": "makeScreenshotOfElement",
"selector": ".module-body",
"fileName": "Enable",
"altText": "Making the new page publicly visible"
},
{"action": "resizeWindow", "width": 1024,"height": 780}
],
"NewContentElement": [
Expand Down
Loading