Multiple choice technology enterprise content management

Component definition files are found in the {virtual root}\config directory or subdirectories.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Component definition files are not located in the {virtual root}\config directory. They are typically found in other designated locations within the framework's directory structure, such as component-specific directories or other configuration areas, not the general config directory.

AI explanation

Component definition files are actually located under the application's /app directory (or equivalent component-registration path), not under /config, which is reserved for other configuration artifacts like preferences and environment settings. This is why the statement is false.