Skip to content

Commit 9ac9c98

Browse files
committed
specify that hook config patterns use the file path within the content package
1 parent 1db7685 commit 9ac9c98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/ApplyConfig.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ If you would rather use the filevault-package-maven-plugin for building the pack
7171

7272
The `*.yaml` files are installed directly from the package content and respect the [run mode semantics](Configuration.md). Otherwise there is no limitation, so the YAML files will be picked up from anywhere in the package (as long as the parent node does not contain a `.` followed by one or multiple not matching run modes).
7373

74-
If you wish to limit which YAML files are picked up by the installation hook, you can add one or more regular expressions as package properties that start with the prefix `actool.installhook.configFilesPattern`. If the path of a file matches any of the provided patterns, it will be picked up by the installation hook:
74+
If you wish to limit which YAML files are picked up by the installation hook, you can add one or more regular expressions as package properties that start with the prefix `actool.installhook.configFilesPattern`.
75+
If the path of a file within its content package (excluding the `/jcr_root` prefix) matches any of the provided patterns, it will be picked up by the installation hook:
7576

7677
```
7778
<plugin>

0 commit comments

Comments
 (0)