-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
68 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
This document is used as a starting point to define a "contract" between field names provided in MerlinUI when defining extractors so that consumer migration modules could define such field as "source" fields. | ||
|
||
Status: | ||
|
||
- `draft` - field mapping is proposed for a review | ||
- `in review` - field mapping is in review by all parties | ||
- `approved` - field mapping is approved and ready to be used | ||
|
||
| Merlin UI | Description | Merlin type | Other settings | Status | CivicTheme | | ||
|--------------------------|-----------------------------------------|-------------|----------------|----------|-------------------------------------| | ||
| `id` | Page ID (Migration ID) | `uuid` | Required | draft | `id` | | ||
| `title` | Page title | `text` | Required | approved | `title` | | ||
| `alias` | Page URL alias | `alias` | Required | draft | `alias` | | ||
| `summary` | Page Summary | `text` | | draft | `field_n_summary` | | ||
| `topics` | Topics (comma separated list of topics) | `text` | | draft | `field_c_n_topics` | | ||
| `thumbnail` | Thumbnail | `Media` | | draft | `field_c_n_thumbnail` | | ||
| `vertical_spacing` | Vertical spacing | `text` | | draft | `field_c_n_vertical_spacing` | | ||
| `hide_sidebar` | Hide sidebar | `boolean` | | draft | `field_c_n_hide_sidebar` | | ||
| `show_last_updated_date` | Show last updated date | | | draft | `field_c_n_show_last_updated` | | ||
| `last_updated_date` | Last updated date | | | draft | `field_c_n_custom_last_updated` | | ||
| `show_toc` | Show table of contents | | | draft | `field_c_n_show_toc` | | ||
| `banner` | Container for banner items | `container` | Required | draft | | | ||
| `banner.theme` | Banner theme | | | draft | `field_c_n_banner_theme` | | ||
| `banner.title` | Banner title | `text` | Required | draft | `field_c_n_banner_title` | | ||
| `banner.banner_type` | Banner type | `text` | | draft | `field_c_n_banner_type` | | ||
| `banner.blend_mode` | Banner blend mode | | | draft | `field_c_n_blend_mode` | | ||
| `banner.featured_image` | Banner featured image | `Media` | | draft | `field_c_n_banner_featured_image` | | ||
| `banner.background` | Banner background image | `Media` | | draft | `field_c_n_banner_background_image` | | ||
| `banner.hide_breadcrumb` | Hide breadcrumb | `boolean` | | draft | `field_c_n_hide_breadcrumb` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 13 additions & 5 deletions
18
docroot/themes/contrib/civictheme/civictheme_library/webpack/info.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters