0

I have an advanced and simple search and a listview created in x-config.xml. I want to add them to the BackOffice in the WCMS section, but the file where the explorer-tree of WCMS is written (y-config.xml) is read-only. My question is, how can I append them from another file?

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
Robert Vasile
  • 111
  • 1
  • 9

1 Answers1

2

You have to create your custom xxxbackoffice extension and in the file xxxbackoffice-config.xml from your new created extension you have to add your configuration for advance-search or what you need.

radu
  • 120
  • 2
  • 13