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

Autocomplete for config/import folder is not working #6

Open
marcelovani opened this issue Nov 2, 2024 · 0 comments
Open

Autocomplete for config/import folder is not working #6

marcelovani opened this issue Nov 2, 2024 · 0 comments

Comments

@marcelovani
Copy link
Owner

Current behaviour

Autocomplete is suggesting these options:

  • node.settings
  • node.type.article
  • node.type.book
  • node.type.forum
  • node.type.page

Expectation

When I use autocomplete for config/import/node, it should provide suggestions for configs in node/config/install folder.

Example, files in folder:

/node/config/install
  node.settings.yml
  system.action.node_delete_action.yml
  system.action.node_make_sticky_action.yml
  system.action.node_promote_action.yml
  ...

Technical analysis

The logic to populate config is based on the module name. The logic needs to be changes to populate the configs from config/install folder too.

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

No branches or pull requests

1 participant