You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Extending Specific Web Component Template](#extending-specific-web-component-template)
41
41
-[Split ASN on Category Page](#split-asn-on-category-page)
42
+
-[Set custom Field Roles](#set-custom-field-roles)
42
43
-[Contribute](#contribute)
43
44
-[License](#license)
44
45
@@ -510,6 +511,25 @@ In that case we do not use `splice` method but `slice` which does not mutate th
510
511
**Note:** Dom Updated listener can be empty. ASN groups from the second ASN are also present in first, so there is no need to merge them together.
511
512
**Note:** Since all ASN groups are available in first ASN, the Filter Cloud can be used.
512
513
514
+
### Set custom Field Roles
515
+
If you don't plan to use feed offered by the module, or you want some of the essential column to have different name than the default you must remember to adjust the field roles used by the FACT-Finder® and the Web Components.
516
+
517
+
Default field roles are defined as array of Symfony Configuration Parameters in `services.xml` file`
In order to override these parameters defined by a module, you have to redefine them in your application `services.xml`. Parameters defined there take precedence over the defaults, defined in the module
513
533
## Contribute
514
534
515
535
We welcome contribution! For more information, click [here](.github/CONTRIBUTING.md)
0 commit comments