Skip to content

Commit

Permalink
0.10.2
Browse files Browse the repository at this point in the history
New features:
- Add tools for listing included and referring patterns in front-end library

Fixes and improvements:
- Combine Accordion and Tabs CBs
- Rearrange some electrons in new Connections category
- Hide empty TV categories after moving TVs with FC
- Fix broken path in fbLoadAssets snippet
- Fix broken prism.js code highlighting
  • Loading branch information
hugopeek committed Dec 9, 2016
1 parent b7578f3 commit 6005a5a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions _build/gpm_resolvers/gpm.resolve.tv_templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@
case xPDOTransport::ACTION_UPGRADE:
/* list of tvs and templates for each */
$tvs = array (
'person_id' =>
array (
),
'organization_id' =>
array (
0 => 'PortfolioProject',
1 => 'Porfolio - Project',
),
'contributors_id' =>
array (
0 => 'PortfolioProject',
1 => 'Porfolio - Project',
),
'cta_availability' =>
array (
0 => 'GlobalCTA',
Expand Down Expand Up @@ -361,16 +374,6 @@
4 => 'Article - Readability',
5 => 'Article - Sidenotes',
),
'organization_id' =>
array (
0 => 'PortfolioProject',
1 => 'Porfolio - Project',
),
'contributors_id' =>
array (
0 => 'PortfolioProject',
1 => 'Porfolio - Project',
),
'comments_toggle' =>
array (
0 => 'ArticleTraditional',
Expand Down Expand Up @@ -493,6 +496,11 @@
0 => 'TeamMember',
1 => 'Team - Member',
),
'person_birthdate' =>
array (
0 => 'TeamMember',
1 => 'Team - Member',
),
'person_jobtitle' =>
array (
0 => 'TeamMember',
Expand Down
Binary file added _packages/romanesco-0.10.2-pl.transport.zip
Binary file not shown.

0 comments on commit 6005a5a

Please sign in to comment.