-
Notifications
You must be signed in to change notification settings - Fork 0
Drupal challenge : Learn about templates and exporting features
Marie-Louise edited this page Feb 12, 2019
·
2 revisions
- create a content type it "My Content Type". Add 2 fields: title and description.
- add a variant. Then select "My Content Type". Click selection rules.
- add layout (under landing page dropdown). select 3 column simple as my layout (when everything is working and my page is displaying as it should - create the layout in code and use that instead)
- Then add content. Add title and description to the main content
- create a plugin to display hard coded content
- Add the date. By default it will give me UNIX time stamp so I must change this (add new field - date)
- use a plugin to transform the date
- use a Drupal template to add markup
this is using the panels module - which can be done within the user interface.