Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[generate:theme:setting] Theme settings default values #1641

Closed
itsdarrylnorris opened this issue Jan 6, 2016 · 2 comments
Closed

[generate:theme:setting] Theme settings default values #1641

itsdarrylnorris opened this issue Jan 6, 2016 · 2 comments

Comments

@itsdarrylnorris
Copy link
Contributor

Problem / Motivation

We should add the ability of settings default values on a theme In Drupal 8

config/install/THEME.settings.yml

settings:
  features:
      comment_user_picture: true
      comment_user_verification: true
      favicon: true
      logo: true
      name: true
      node_user_picture: true
      slogan: true

For more information - https://www.drupal.org/node/2382645

Solution

  • We need to add ability of running a generator that generate this type of code.
  • We should also add this functionality to the generate:theme by using the chain.
@itsdarrylnorris itsdarrylnorris changed the title [generate:theme:setting] Advance theme setting for Drupal 8 [generate:theme:setting] Theme settings default values Jan 6, 2016
@jmolivas
Copy link
Member

@omero can you plase take alook at this ?

@enzolutions
Copy link
Contributor

Solved in PR #4159

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants