-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
roadiz-ci
committed
Jun 14, 2024
1 parent
dbcbff6
commit 0297921
Showing
487 changed files
with
9,783 additions
and
8,797 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# default env file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# define your env variables for the test env here | ||
KERNEL_CLASS='App\Kernel' | ||
APP_SECRET='$ecretf0rt3st' | ||
SYMFONY_DEPRECATIONS_HELPER=999999 | ||
PANTHER_APP_ENV=panther | ||
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
--- | ||
RZ\Roadiz\CoreBundle\Entity\Attribute: | ||
collectionOperations: [] | ||
itemOperations: [] | ||
|
||
#resources: | ||
# RZ\Roadiz\CoreBundle\Entity\Attribute: | ||
# operations: [] | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
--- | ||
RZ\Roadiz\CoreBundle\Entity\AttributeValue: | ||
collectionOperations: | ||
get: | ||
method: "GET" | ||
normalization_context: | ||
groups: ["urls", "attribute", "document_display", "attribute_node", "attribute_documents"] | ||
enable_max_depth: true | ||
itemOperations: | ||
get: | ||
method: 'GET' | ||
normalization_context: | ||
groups: ["urls", "attribute", "document_display", "attribute_node", "attribute_documents"] | ||
enable_max_depth: true | ||
|
||
#resources: | ||
# RZ\Roadiz\CoreBundle\Entity\AttributeValue: | ||
# operations: | ||
# ApiPlatform\Metadata\GetCollection: | ||
# method: "GET" | ||
# normalizationContext: | ||
# groups: ["urls", "attribute", "document_display", "attribute_node", "attribute_documents"] | ||
# enable_max_depth: true | ||
# ApiPlatform\Metadata\Get: | ||
# method: 'GET' | ||
# normalizationContext: | ||
# groups: ["urls", "attribute", "document_display", "attribute_node", "attribute_documents"] | ||
# enable_max_depth: true | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
#resources: | ||
# App\Api\Model\CommonContent: | ||
# operations: | ||
# getCommonContent: | ||
# class: ApiPlatform\Metadata\Get | ||
# method: 'GET' | ||
# uriTemplate: '/common_content' | ||
# read: false | ||
# controller: App\Controller\GetCommonContentController | ||
# pagination_enabled: false | ||
# normalizationContext: | ||
# enable_max_depth: true | ||
# pagination_enabled: false | ||
# groups: | ||
# - get | ||
# - common_content | ||
# - web_response | ||
# - walker | ||
# - walker_level | ||
# - children | ||
# - children_count | ||
# - nodes_sources_base | ||
# - nodes_sources_default | ||
# - urls | ||
# - blocks_urls | ||
# - tag_base | ||
# - translation_base | ||
# - document_display | ||
# - document_folders |
Oops, something went wrong.