Skip to content

Commit

Permalink
[WEBDEV-891] Formulate article component (#61)
Browse files Browse the repository at this point in the history
[RELEASE] Version bump
  • Loading branch information
joshuawaheed authored and UsmanAfzal committed Nov 12, 2018
1 parent a60458c commit bb37454
Show file tree
Hide file tree
Showing 19 changed files with 3,281 additions and 3,033 deletions.
52 changes: 52 additions & 0 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,57 @@
},
"image": {
"image-of": "This is an image of {{image-name}}"
},
"article": {
"heading": {
"content": "Article heading",
"context": "Context",
"subheading": "<a href='#'>Article Type [Article, News, Guidance]</a>"
},
"summary": {
"content-1": "Summary is a brief overview of what the content is about.",
"content-2": "If you want to find out what what's happening on a particular day in the Chamber the best way is to look at the Order Paper, which is the daily agenda."
},
"meta": {
"publishers": {
"content": "<a href='#'>Name of publisher</a>, <a href='#'>Name of second publisher</a>",
"label": "Publisher/s"
},
"date-published": {
"content": "<time datetime='2018-09-18'>18 September 2018</time>",
"label": "Date published"
},
"found-in": {
"content": "<a href='#'>Collection 1</a>, <a href='#'>Collection 2</a>",
"label": "Found in"
}
},
"figcaption": "Lead image (optional) <a href='#'>example link to resource</a>",
"paragraph-1": "You can speak in debates in the Chamber and Westminster Hall. You should be aware of the Rules of behaviour and courtesies in the House, issued by the Speaker, before you do so.",
"paragraph-2": "The House reaches its decisions or highlights its opinions by debating motions. MPs argue for or against a specific motion and then reach a decision, with or without the need for a vote. Motions are listed on the Order Paper, along with the names of the MPs who support them.",
"paragraph-3": "A general motion is neutrally worded. It usually begins, “That this House has considered”. It lets the House discuss an issue without giving an opinion or taking action on it. You can’t amend this kind of motion.",
"paragraph-4": "A substantive motion calls on the House to take action or express an opinion. You can amend a substantive motion.",
"paragraph-5": "Although most motions that are debated are tabled by the Government, there are opportunities for backbenchers to hold debates too:",
"paragraph-6": "The main Opposition parties get a chance to hold debates on their motions on Opposition days.",
"list-item-1": "adjournment debates",
"list-item-2": "Westminster Hall debates",
"list-item-3": "Backbench Business Committee debates",
"list-item-4": "emergency debates",
"collection-1": {
"title": "<a href='#'>Collection one</a>",
"article-1": "<a href='#'>Article one</a>",
"article-2": "Article header",
"article-3": "<a href='#'>Article three</a>"
},
"collection-2": {
"title": "<a href='#'>Collection two</a>",
"article-1": "<a href='#'>Article one</a>",
"article-2": "<a href='#'>Article two</a>",
"article-3": "Article header"
},
"utilities": {
"print": "<a href='#'>Print page</a>",
"download": "<a href='#'>Download as PDF</a>"
}
}
}
Loading

0 comments on commit bb37454

Please sign in to comment.