Hello everyone,
My project's client libraries is split into different client libraries.
Example:
MyProject
- clientlibs
- A
- categories string [] [myproject.a]
- embended string [] [myproject.b, myproject.c]
- B
- categories string [] [myproject.b]
- C
- categories string [] [myproject.c]
- components
I created an editable template and in page policy in the Client-Side Libraries I add the category value of my project "myproject.a".
"myproject.a" as well as having its own style embeds that of all the others.
My problem is that when I create a page with the editable template and related policy it loads "only" the style of the client librarie "myproject.a" and not of B and C.
I have the same problem if I add client libraries B and C in the page policies. I also tried to change the load order but I still have the same problem.
Can you help me?