cyber-elx 1.2.4 → 1.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -157,7 +157,7 @@ If you want another text, just put it in English.
|
|
|
157
157
|
| Pattern | Description |
|
|
158
158
|
|---------|-------------|
|
|
159
159
|
| `@PV/courses/courses` | Link to courses list page (router-link) |
|
|
160
|
-
| `@PVP/course-payment/{id}` | Link to payment page (opens in new tab) |
|
|
160
|
+
| `@PVP/course-payment/{id}` | Link to payment/request page (opens in new tab) |
|
|
161
161
|
|
|
162
162
|
### Example Student Course Detail Page:
|
|
163
163
|
```js
|
package/DEV_DOC/ThemeDev.md
CHANGED
|
@@ -278,6 +278,7 @@ Note: Available in All pages, and configurable from the website administration,
|
|
|
278
278
|
+ Sample: `"https://admin.example.com"`
|
|
279
279
|
+ Login url: `{{ adminUrl }}/public/el-x/login`
|
|
280
280
|
+ Register url: `{{ adminUrl }}/public/el-x/register`
|
|
281
|
+
+ Logout url: `{{ adminUrl }}/p/el-x/logout`
|
|
281
282
|
- Website name:
|
|
282
283
|
+ Name: `websiteName`
|
|
283
284
|
+ Sample: `"My Website"`
|