You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2019. It is now read-only.
Create a selection widget for the install profile or distribution to install. This is based on the selection of the major Drupal version, based on the branch/release selected from the project autocomplete.
Examples:
if a user enters Drupal as the project and selects 8.5 as the release, the install profile selection should show "standard", "minimal", "testing", or "umami"
if a user enters Lightning as the project (which is a distribution), the install profile selection populates with Lightning and is subsequently disabled from selecting anything else
I am not clear on if this can be pulled from an API feed, as these install profiles are in code. I hope we can avoid hard-coding it, but it needs researched.