First, we begin by creating a new component in our bash terminal.
After creating our custom files like "survey_section", "survey_group" and "weight_sortable", we add the new component gem in our root Gemfile, and we specify the path.
Now, let's create the new component in our decidim application, through "Admin Dashboard".
After clicking on "Add Component" the decidim application throws us an error.
Despite this error, our component was successfully created.
And we are able to access the component through the rails console.
First, we begin by creating a new component in our bash terminal.
After creating our custom files like "survey_section", "survey_group" and "weight_sortable", we add the new component gem in our root Gemfile, and we specify the path.
Now, let's create the new component in our decidim application, through "Admin Dashboard".
After clicking on "Add Component" the decidim application throws us an error.
Despite this error, our component was successfully created.
And we are able to access the component through the rails console.