Skip to content

Commit

Permalink
Added new categories ad_user_data and ad_personalization in the f…
Browse files Browse the repository at this point in the history
…ixtures
  • Loading branch information
tg666 committed Feb 27, 2024
1 parent 7a538d0 commit d702fbd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Added authentication via Azure AD.
- Added new categories `ad_user_data` and `ad_personalization` in the fixtures.

### Fixed

Expand Down
20 changes: 20 additions & 0 deletions src/Application/Fixture/resources/demo.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,26 @@
'active' => true,
'necessary' => false,
],
'ad_user_data' => [
'category_id' => CategoryId::new()->toString(),
'code' => 'ad_user_data',
'names' => [
'cs' => 'Ad user data',
'en' => 'Ad user data',
],
'active' => true,
'necessary' => false,
],
'ad_personalization' => [
'category_id' => CategoryId::new()->toString(),
'code' => 'ad_personalization',
'names' => [
'cs' => 'Ad personalization',
'en' => 'Ad personalization',
],
'active' => true,
'necessary' => false,
],
'analytics_storage' => [
'category_id' => CategoryId::new()->toString(),
'code' => 'analytics_storage',
Expand Down

0 comments on commit d702fbd

Please sign in to comment.