GetDKAN / ddev-dkan

DDEV add-on for DKAN.
https://getdkan.github.io/ddev-dkan/
Apache License 2.0
3 stars 2 forks source link

Add argument to dkan-frontend-install to not add the default theme #15

Closed paul-m closed 1 year ago

paul-m commented 1 year ago

This argument is missing from dkan-ddev-addon:

     * @param array $opts
     *   Options array.
     * @option theme
     *   Whether or not to install default front-end theme. Defaults to true.
     */
    public function frontendInstall($opts = ['theme' => true])