Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
WIP - adding the Beta origami o-permutive component to enable a trial…
Browse files Browse the repository at this point in the history
… of Permutives functionality
  • Loading branch information
andrewgeorgiou1981 committed May 10, 2019
1 parent 6bb673e commit ddcda10
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions browser/layout/wrapper.html
Expand Up @@ -135,6 +135,17 @@
};
</script>
{{/if}}
{{#if @root.flags.AdsPermutive}}
<div>
<div class="o-permutive" data-o-component="o-permutive"
data-o-permutive-auoto-init="false"
data-o-permutive-id="e1c3fd73-dd41-4abd-b80b-4278d52bf7aa"
data-o-permutive-key="b2b3b748-e1f6-4bd5-b2f2-26debc8075a"
data-o-permutive-page-type="article"
data-o-permutive-apiendpoint-user="https://ads-api.ft.com/v1/user"
data-o-permutive-apiendpoint-content="https://ads-api.ft.com/v1/content/5cfae92e-6cc5-11e9-80c7-60ee53e6681d"></div>
</div>
{{/if}}

<div class="n-layout">
<div class="n-layout__row n-layout__row--header">
Expand Down

0 comments on commit ddcda10

Please sign in to comment.