Browse Source

Complete v6.0-rc.1 blog-post

pull/13444/head
Engincan VESKE 4 years ago
parent
commit
4590373026
  1. 7
      docs/en/Blog-Posts/2022-07-26 v6_0_Preview/POST.md
  2. BIN
      docs/en/Blog-Posts/2022-07-26 v6_0_Preview/cms-blog-blazor.png
  3. BIN
      docs/en/Blog-Posts/2022-07-26 v6_0_Preview/cms-blog-post-blazor.png

7
docs/en/Blog-Posts/2022-07-26 v6_0_Preview/POST.md

@ -259,10 +259,12 @@ If you want to disable/hide the "Cookie Consent", you can simply open the startu
context.Services.AddAbpCookieConsent(options =>
{
options.IsEnabled = false; //disabled
options.CookiePolicyUrl = "/CookiePolicy";
options.PrivacyPolicyUrl = "/PrivacyPolicy";
});
```
> These pages are used to build up the cookie consent text and you can change the content of these pages by your needs.
> These pages are used to build up the cookie consent text and you can change the content or url of these pages by your needs.
If you want to use the Cookie Consent feature of the GDPR module in your existing project, please see the [GDPR Module](https://docs.abp.io/en/commercial/6.0/modules/gdpr) documentation for configurations.
@ -290,8 +292,9 @@ Chat Module is now also available for the Blazor UI after the MVC and Angular UI
All admin side **CMS Kit** and **CMS Kit Pro** features have been implemented for the Blazor UI. Blazor UI will only be available to ABP Commercial customers.
//TODO: add some screenshots!!!
![](cms-blog-blazor.png)
![](cms-blog-post-blazor.png)
### Suite: Excel Export

BIN
docs/en/Blog-Posts/2022-07-26 v6_0_Preview/cms-blog-blazor.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

BIN
docs/en/Blog-Posts/2022-07-26 v6_0_Preview/cms-blog-post-blazor.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Loading…
Cancel
Save