You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/rest_api_testing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,6 @@ request.onload = function () {
66
66
request.send();
67
67
```
68
68
69
-
On a freshly installed Ibexa DXP, `52` is the Content ID of the home page. If necessary, substitute `52` with the Content ID of an item from your database.
69
+
On a freshly installed [[= product_name =]], `52` is the Content ID of the home page. If necessary, substitute `52` with the Content ID of an item from your database.
70
70
71
71
You can edit the `resource` URI to address another domain, but [cross-origin requests](rest_api_responses.md#cross-origin) must be allowed first.
- Authentication token (for Content, Experience and Commerce editions)
70
70
- Product version: Default (latest LTS version), Latest (fast track or LTS), Latest LTS and "Next 3.x" (unstable, based on the 3.x branch) and "Next 4.x" (unstable, based on the 4.x branch)
@@ -105,7 +105,7 @@ The plugin provides the following built-in file templates:
105
105
106
106
The templates are available in, for example, the context menu in **Project window** > **New** > **Ibexa DXP**.
107
107
108
-
The list of available file templates depends on the Ibexa DXP edition used by the project.
108
+
The list of available file templates depends on the [[= product_name =]] edition used by the project.
109
109
110
110
For all file templates you can customize:
111
111
@@ -169,7 +169,7 @@ To customize live templates, go to **File** > **Settings**/**Preferences** > **E
169
169
170
170
### Autocompletion in configuration files
171
171
172
-
Plugin provides autocompletion for Ibexa DXP configuration structure in YAML files placed in `config/packages/`.
172
+
Plugin provides autocompletion for [[= product_name =]] configuration structure in YAML files placed in `config/packages/`.
173
173
174
174
Besides configuration structure, for the following YAML keys addition suggestions are available:
175
175
@@ -249,4 +249,4 @@ See [related JetBrains issue](https://youtrack.jetbrains.com/issue/WI-61330) for
249
249
## Feedback
250
250
251
251
You can report bugs and feature suggestions on [https://issues.ibexa.co/](https://issues.ibexa.co/issues/?jql=project%20%3D%20IBX%20AND%20component%20%3D%20%22PHPStorm%20plugin%22) by
252
-
selecting the "PHPStorm plugin" component, or on the `#phpstorm-plugin`Ibexa Community Slack channel.
252
+
selecting the "PHPStorm plugin" component, or on the `#phpstorm-plugin`[[= product_name_base =]] Community Slack channel.
Copy file name to clipboardExpand all lines: docs/community_resources/release_process.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,14 @@ description: "Ibexa DXP releases new versions periodically in different flavors:
12
12
-[[= product_name_exp =]] is a modern modular Digital Experience Platform to build outstanding customer experiences
13
13
-[[= product_name_com =]] is a commerce-ready B2B DXP designed to digitalize your business from customer awareness to purchase and beyond.
14
14
15
-
Additionally, [[= product_name =]] also has an open-source version called Ibexa OSS.
16
-
Ibexa OSS is developed by Ibexa together with the open source community.
17
-
The Ibexa OSS code is available on GitHub under the GPLv2 license.
15
+
Additionally, [[= product_name =]] also has an open-source version called [[= product_name_oss =]].
16
+
[[= product_name_oss =]]is developed by [[= product_name_base =]] together with the open source community.
17
+
The [[= product_name_oss =]] code is available on GitHub under the GPLv2 license.
18
18
It comes with no commercial support and maintenance services.
19
19
20
20
We manage the release of [[= product_name =]] using an agile iterative process and a continuous software development model, which is why we provide two kinds of [[= product_name =]] releases:
21
21
22
-
- Long Term Support releases (LTS) which are supported by Ibexa for a long period of time.
22
+
- Long Term Support releases (LTS) which are supported by [[= product_name_base =]] for a long period of time.
23
23
- Fast Track releases (FT) give access to the latest features and are supported for a short period of time. They are maintained only until the next FT release is introduced.
24
24
25
25
FT releases are tailored for those who want to stay up-to-date with newest functionalities,
Copy file name to clipboardExpand all lines: docs/community_resources/report_follow_issues.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Click **Create** at the top of the bugtracker window and fill in the following f
30
30
|**Issue type**|Choose **Bug** or **Improvement** depending on what you are reporting, do not use other issue types (they are for internal use only).|
31
31
|**Summary**|Write a short sentence describing what you are reporting.|
32
32
|**Priority**|Select the priority you consider the issue to be. Please try to keep a cool head while selecting it. A 1 pixel alignment bug is not a "blocker".|
33
-
|**Component/s**|This is important, as it will make your issue appear on the radar (dashboards, filters) of people dealing with various parts of Ibexa projects.|
33
+
|**Component/s**|This is important, as it will make your issue appear on the radar (dashboards, filters) of people dealing with various parts of [[= product_name_base =]] projects.|
34
34
|**Affect version/s**|Add the versions of the application you experienced the issue on.|
35
35
|**Assignee**|Leave blank, unless you are willing to work on the issue yourself.|
0 commit comments