-
Notifications
You must be signed in to change notification settings - Fork 7
Configured link checker for SaaS #446
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
base: saas
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -156,9 +156,7 @@ On the **Properties** tab, set values in the following fields: | |
|
|
||
| !!! caution "Known limitation" | ||
|
|
||
| To display two or more identical forms on a single page, have your developer create multiple identical form blocks for your use. This prevents potential issues related to duplicate data submission. | ||
|
|
||
| For more information about creating form blocks, see [Creating a newsletter form]([[= developer_doc =]]/content_management/pages/create_custom_page_block/) in Developer Documentation. | ||
| To prevent potential issues related to duplicate data submission, avoid embedding two or more identical forms on a single page. | ||
|
|
||
| ### Gallery block | ||
|
|
||
|
|
@@ -180,10 +178,6 @@ On the **Properties** tab, set values in the following fields: | |
| - **Name** – Enter a name for the page block. | ||
| - **Webhook link** — Enter the link for the [[= product_name_connect =]] webhook. | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What about removing the entire "Ibexa Connect block" here and from the list? You've removed Connect from developer doc entirely. |
||
| !!! caution "Using [[= product_name_connect =]] scenario block" | ||
|
|
||
| For more information about using [[= product_name_connect =]] scenario block, see [[[= product_name_connect =]] scenario block]([[= developer_doc =]]/content_management/pages/ibexa_connect_scenario_block/) in Developer Documentation. | ||
|
|
||
| ### Product collection block | ||
|
|
||
| Presents curated collections of items for easier exploration and discovery. | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -94,12 +94,7 @@ Page Builder has two main views that you can use while creating a page: | |||||||||
|
|
||||||||||
| [Layout](configure_ct_field_settings.md#available-page-layouts) divides the page into the defined zones. The zones are placeholders for the blocks. | ||||||||||
|
|
||||||||||
| The page layouts that an editor has access to are up to you to choose. | ||||||||||
|
|
||||||||||
| The default, built-in Page layout has only one zone, but developers can create other layouts in configuration. | ||||||||||
| For more information, see [Configure layout]([[= developer_doc =]]/templating/render_content/render_page/#configure-layout). | ||||||||||
|
|
||||||||||
| While editing, you can switch layout for your page. | ||||||||||
| While editing, you can switch layout for your page from the available ones. | ||||||||||
| To do it, click **Switch layouts** button. | ||||||||||
|
|
||||||||||
| ### Add blocks | ||||||||||
|
|
@@ -139,15 +134,15 @@ To change this behavior, click on **Edit** icon, find the setting, and change it | |||||||||
|  | ||||||||||
|
|
||||||||||
| [[= product_name =]] comes with a set of ready-to-use page blocks, | ||||||||||
| but [developers can add their own]([[= developer_doc =]]/content_management/pages/create_custom_page_block/). | ||||||||||
| but your integration partner can add custom ones. | ||||||||||
|
Comment on lines
136
to
+137
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this declaration true? I thought we won't customize SaaS?
Suggested change
|
||||||||||
|
|
||||||||||
| For a list of blocks available out of the box, see [Block reference](block_reference.md). | ||||||||||
|
|
||||||||||
| !!! note | ||||||||||
|
|
||||||||||
| Before you add a block that involves products, product types, or product categories, make sure your that your [user role](../permission_management/permissions_and_users.md) has the `Product/View` and `Product type/View` permission. | ||||||||||
|
|
||||||||||
| Before you add a [recommendation block](raptor_recommendation_blocks.md), make sure that the [[= product_name_cdp_base =]] integration is properly [configured]([[= developer_doc =]]/recommendations/raptor_integration/connector_installation_configuration/). | ||||||||||
| Before you add a [recommendation block](raptor_recommendation_blocks.md), make sure that the [[= product_name_cdp_base =]] integration is properly configured. | ||||||||||
|
|
||||||||||
| You can work with the block, for example, duplicate it, change its position, or delete it. | ||||||||||
| Hover over the block and the toolbar appears. | ||||||||||
|
|
||||||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -98,7 +98,7 @@ | |||||
|
|
||||||
| To see the translation services that are available in your system, go to **Admin** -> **Languages** -> **Translation services** tab. | ||||||
|
|
||||||
| The tab lists all translation services that have been [configured by the developer]([[= developer_doc =]]/multisite/translations_management/configure_translations_management/#configure-translation-providers). | ||||||
| The tab lists all translation services that have been configured. | ||||||
|
Check notice on line 101 in docs/content_management/translate_content.md
|
||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
That's safer |
||||||
| Each service shows its name, vendor, and whether it's enabled. | ||||||
| Disabled services don't appear as choices in the **Create a new translation** modal. | ||||||
|
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,6 @@ | |
| # Create and edit Customer Portal | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Customer Portal is going away entirely...
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Will be removed in a separate PR |
||
|
|
||
| To create and edit a Customer Portal with Page Builder, you need to first set it up in configuration. | ||
| For detailed instructions on how to do it, go to [Create Customer Portal]([[= developer_doc =]]/customer_management/cp_page_builder/). | ||
|
|
||
| The Customer Portal creation and edition are based on Page Builder and work on the same principles. | ||
| If you're unfamiliar with how Page Builder works, see [Create and edit Pages](create_edit_pages.md). | ||
|
|
@@ -15,8 +14,6 @@ | |
| To create a new Customer Portal, go to **Content** and from the menu select **Content structure**. | ||
| There, navigate to the root folder for your Customer Portals. | ||
| If you don't have one, you can add it yourself. | ||
| Remember to specify its `location_id` in the configuration, you can find it under **Technical details**. | ||
| For more information, see [Configure Page Builder access to Customer Portal]([[= developer_doc =]]/customer_management/cp_page_builder/#configure-page-builder-access-to-customer-portal). | ||
|
|
||
| Inside a root folder you can select **Create content** from the right-side toolbar. | ||
| On the list of content items, you can see two possibilities: **Customer Portal** and **Customer Portal Page**. | ||
|
|
@@ -38,7 +35,7 @@ | |
|
|
||
|  | ||
|
|
||
| If provided ready-to-use Page blocks aren't sufficient, you can [add your own blocks]([[= developer_doc =]]/content_management/pages/create_custom_page_block/). | ||
| If provided ready-to-use Page blocks aren't sufficient, your integration partner can add custom blocks. | ||
|
|
||
| Before you publish or save the Customer Portal page, edit its title and description in the field view, you can find it in the top toolbar on the left side. | ||
|
|
||
|
|
@@ -73,4 +70,4 @@ | |
| Customer Portal is only available to users that are members of the company. | ||
| Even if a user has all sufficient permissions but is not a member of a company, they cannot see the Customer Portal. | ||
|
|
||
| Customer Portal must also be assigned to the company's Customer Group. To learn more see, [assigning portals to Customer Groups]([[= developer_doc =]]/customer_management/cp_page_builder/#assign-portal-to-customer-group). | ||
| Customer Portal must also be assigned to the company's Customer Group. | ||
|
Check notice on line 73 in docs/customer_management/build_customer_portal.md
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -83,7 +83,6 @@ This way, a responsive image can be cropped to fit the viewport, so the area tha | |
| !!! note | ||
|
|
||
| Cropping to focal point is not automatic. The website's templates must be adapted for this to happen. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We'd need to make this change to our default templates before it is released, to make this feature work. I checked and the focal point button is there but it won't have an effect, right?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As discussed on Slack - it's available through REST |
||
| See [Use focal point]([[= developer_doc =]]/templating/embed_and_list_content/render_images/#use-focal-point) in Developer Documentation for an example of implementing such cropping. | ||
|
|
||
| Click the **Show point** button to see a target on the preview. | ||
| Drag the target to a point on the image that you want to focus on. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ As you can see, the interface is the same as when working with regular content i | |
|
|
||
| !!! caution | ||
|
|
||
| If you are creating a new user group, remember to [exclude it in product tour configuration]([[= developer_doc =]]/administration/back_office/configure_product_tour#user-group-restrictions) if necessary. | ||
| If you are creating a new user group, exclude it from the product tour configuration if necessary. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I guess product tour will be enabled for everybody, unless the setting is added to the UI (as a toggle in user rup editing screeen, not there yet, though). I would remove this sentence completely (for now).
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Content about ibexa/integrated-help will be removed for now |
||
|
|
||
|  | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.