... | @@ -12,18 +12,18 @@ First, two twig files need to be developed. These files can be found in `/themes |
... | @@ -12,18 +12,18 @@ First, two twig files need to be developed. These files can be found in `/themes |
|
</a>
|
|
</a>
|
|
</h1>
|
|
</h1>
|
|
```
|
|
```
|
|
2. `page--osy.html.twig` to `page--newname.html.twig` (located under `/layout` template directory)
|
|
2. `page--osy.html.twig` to `page--newname.html.twig` (located under `/layout/template` directory)
|
|
- In the page template you just need to change the name
|
|
- In the page template you just need to change the name
|
|
|
|
|
|
In this new office website, there are 3 menus that need to to be developed. The following are the set of files that need to be renamed and menus added based upon the client's specifications:
|
|
In this new office website, there are 3 menus that need to to be developed. The following are the set of files that need to be renamed and menus added based upon the client's specifications:
|
|
|
|
|
|
1. OSY main navigation to Newname main navigation
|
|
1. `OSY main navigation` to `Newname main navigation`
|
|
|
|
|
|
- A secondary-menu-search class needs to be added to all search blocks in the secondary menu region in all Contexts so an extra search block can be hidden in the mobile menu
|
|
- A secondary-menu-search class needs to be added to all search blocks in the secondary menu region in all Contexts so an extra search block can be hidden in the mobile menu
|
|
|
|
|
|

|
|

|
|
|
|
|
|
1. OSY secondary top menu to Newname secondary top menu
|
|
1. `OSY secondary top menu` to `Newname secondary top menu`
|
|
1. OSY footer to Newname footer
|
|
1. OSY footer to Newname footer
|
|
|
|
|
|
In this new office website, several fixed blocks need to be developed. Fixed blocks bring content to the production site and alleviates the need to rebuild a block. The following are the set of files that need to be mimicked and renamed:
|
|
In this new office website, several fixed blocks need to be developed. Fixed blocks bring content to the production site and alleviates the need to rebuild a block. The following are the set of files that need to be mimicked and renamed:
|
... | | ... | |