You are here

optimizely.info.yml in Optimizely 8.3

Same filename and directory in other branches
  1. 8 optimizely.info.yml
  2. 8.0 optimizely.info.yml

File

optimizely.info.yml
View source
  1. # These first three properties are required.
  2. name: Optimizely
  3. type: module
  4. core: 8.x
  5. # This value for the description key is broken across multiple
  6. # lines to demonstrate how it's done and for better display
  7. # in the blog.
  8. description: >
  9. Manages loading Optimizely generated project
  10. javascript files to enable A/B testing.
  11. package: A/B Testing
  12. php: 5.4
  13. project: optimizely
  14. version: 8.x-3.1
  15. # The configure property specifies a route name,
  16. # which is defined in the .routing.yml file.
  17. configure: optimizely.settings
  18. # files[] are no longer needed because of autoloading.