yaml - Silverstripe 3 - set_suffix_requirements in yml -


i'm trying set suffix requirements in yml file. tried this, doesn't work. can tell me how it's right?

requirements:   set_suffix_requirements: true 

thank in advance

it's not possible set via yml.

you need put this

requirements::set_suffix_requirements(true) 

into _config.php


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -