Initiating a task

Edited 2 years 8 months ago

In the video below, we will show an example of how to create a new content type and start a task. Use it as a guide but consider taking different paths depending on the task.

 

CREATE NEW CONTENT TYPE 01

 

 

On terminal:

1. Check if your project is up to date

git pull upstream master

2. Create a branch with the name of the feature you are creating

git checkout -b feature/faq

3. Check modified files, add and commit changes

git status
git add
git commit -m 'feat(newsite): added new site - <brand>'

*You can go to Appendix B to see the pattern to commit.

Site Studio it's an add-on to provide low-code functionalities to Drupal. Some tasks demand Site Studio operations; some tasks, only Drupal itself; some ones, both.

Now go to:

Structure > content types > add content type

Config the content type and save. Delete the existing body, add and config the new field.