Skip to content

Commit

Permalink
chore(#63): update content
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Apr 26, 2022
1 parent 2318c5a commit 01eef25
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 17 deletions.
4 changes: 2 additions & 2 deletions drupal/content/node.80b10f09-d311-41c0-932c-9873d0f51ef3.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"revision_timestamp": [
{
"value": "2022-04-25T05:22:28+00:00",
"value": "2022-04-25T06:44:32+00:00",
"format": "Y-m-d\\TH:i:sP"
}
],
Expand Down Expand Up @@ -57,7 +57,7 @@
],
"changed": [
{
"value": "2022-04-25T05:22:28+00:00",
"value": "2022-04-25T06:44:32+00:00",
"format": "Y-m-d\\TH:i:sP"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,19 @@
"value": true
}
],
"revision_translation_affected": [],
"revision_translation_affected": [
{
"value": true
}
],
"field_code": [
{
"value": "<html>\r\n <head>\r\n <script src=\"https:\/\/aframe.io\/releases\/1.3.0\/aframe.min.js\"><\/script>\r\n <\/head>\r\n <body>\r\n <a-scene>\r\n <a-box position=\"-1 0.5 -3\" rotation=\"0 45 0\" color=\"#4CC3D9\"><\/a-box>\r\n <a-sphere position=\"0 1.25 -5\" radius=\"1.25\" color=\"#EF2D5E\"><\/a-sphere>\r\n <a-cylinder position=\"1 0.75 -3\" radius=\"0.5\" height=\"1.5\" color=\"#FFC65D\"><\/a-cylinder>\r\n <a-plane position=\"0 0 -4\" rotation=\"-90 0 0\" width=\"4\" height=\"4\" color=\"#7BC8A4\"><\/a-plane>\r\n <a-sky color=\"#ECECEC\"><\/a-sky>\r\n <\/a-scene>\r\n <\/body>\r\n<\/html>"
}
],
"field_description": [
{
"value": "<p><strong>Getting started with A-Frame<\/strong> from\u00a0<a href=\"\/admin\/content\/linky\/13\">https:\/\/aframe.io\/docs<\/a><\/p>&#13;\n",
"value": "<blockquote>\r\n<p>A-Frame can be developed from a plain HTML file without having to install anything.<\/p>\r\n<\/blockquote>\r\n\r\n<p><strong>Getting started with A-Frame<\/strong> from&nbsp;<a href=\"\/admin\/content\/linky\/13\">https:\/\/aframe.io\/docs<\/a><\/p>\r\n",
"format": "formatted"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@
"value": true
}
],
"revision_translation_affected": [
{
"value": true
}
],
"revision_translation_affected": [],
"field_media": [
{
"target_type": "media",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,14 @@
"value": true
}
],
"revision_translation_affected": [],
"revision_translation_affected": [
{
"value": true
}
],
"field_text_formatted": [
{
"value": "<p>While I've been using A-Frame for years, it's only recently that I have begun to look at seriously integrating it alongside Druxt and Nuxt.js.<br \/>\r\n<br \/>\r\nAs evidenced above, the two can be integrated, but there are definitely a couple of gotchas:<\/p>\r\n\r\n<ul>\r\n\t<li>Vue.js expects to process unknown HTML elements as Vue components, including A-Frame elements.<\/li>\r\n\t<li>Nuxt renders both serverside and clientside javascript, but A-Frame is a clientside only framework.<\/li>\r\n<\/ul>\r\n\r\n<p>Thankfully, these are relatively simple issues to resolve.<\/p>\r\n",
"value": "<p>A-Frame provides a NPM package, which means that implementing in Nuxt SHOULD be simple enough. And as evidenced above, the two can be integrated.<\/p>\r\n\r\n<p>But there are a couple of gotchas:<\/p>\r\n\r\n<ul>\r\n\t<li>Vue.js expects to process unknown HTML elements as Vue components, including A-Frame elements.<\/li>\r\n\t<li>Nuxt renders both serverside and clientside javascript, but A-Frame is a clientside only framework.<\/li>\r\n<\/ul>\r\n\r\n<p>Thankfully, these are relatively simple issues to resolve.<\/p>\r\n",
"format": "formatted"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,14 @@
"value": true
}
],
"revision_translation_affected": [],
"revision_translation_affected": [
{
"value": true
}
],
"field_text_formatted": [
{
"value": "<p>A real-world use case, because it's one of my own use cases, is the ability to render photo spheres \/ 360\u00b0 panoramas using A-Frame.<\/p>\r\n\r\n<p>In this case we can use an Image field, or Media field, and create the scene as the relevant Druxt theme component.<\/p>\r\n",
"value": "<p>One of my personal requirements, the ability to render photo spheres \/ 360\u00b0 panoramas using A-Frame.<\/p>\r\n",
"format": "formatted"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,14 @@
"value": true
}
],
"revision_translation_affected": [],
"revision_translation_affected": [
{
"value": true
}
],
"field_text_formatted": [
{
"value": "<blockquote>&#13;\n<p>A web framework for building 3D\/AR\/VR experiences<\/p>&#13;\n<\/blockquote>&#13;\n&#13;\n<p>A-Frame is a javascript framework for building web based 3D, Augmented and Virtual Reality scenes.<\/p>&#13;\n&#13;\n<p>I've been using A-Frame for many years now, having worked on the <a href=\"\/admin\/content\/linky\/12\">Drupal A-Frame module<\/a> and presented a session on the topic at DrupalSouth:\u00a0<a href=\"\/admin\/content\/linky\/14\">https:\/\/2017.drupalsouth.nz\/session\/decoupled-drupal-and-responsive-vr<\/a><\/p>&#13;\n&#13;\n<p>As an open source web developer wanting to build VR, A-Frame ticks all the right boxes; It's an open source web framework, it uses HTML like elements, it's well documented and easy to use.<\/p>&#13;\n",
"value": "<blockquote>&#13;\n<p>A web framework for building 3D\/AR\/VR experiences<\/p>&#13;\n<\/blockquote>&#13;\n&#13;\n<p>A-Frame is a javascript framework for building web based 3D, Augmented and Virtual Reality scenes.<\/p>&#13;\n&#13;\n<p>As an open source web developer wanting to build VR, A-Frame ticks all the right boxes; It's an open source web framework, it uses HTML like elements, it's well documented and easy to use.<\/p>&#13;\n&#13;\n<p>I've personally been using A-Frame for many years. I worked on the <a href=\"\/admin\/content\/linky\/12\">Drupal A-Frame module<\/a>, and demonstrated some of the potentials at DrupalSouth 2017,\u00a0<a href=\"\/admin\/content\/linky\/14\">Decoupled Drupal and Responsive VR<\/a>.<\/p>&#13;\n&#13;\n<p>Since then while my focus has been on building the best Decoupled Drupal framework, the A-Frame community has continued to build the best VR framework, with new features like hand tracking.<\/p>&#13;\n",
"format": "formatted"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,14 @@
"value": true
}
],
"revision_translation_affected": [],
"revision_translation_affected": [
{
"value": true
}
],
"field_text_formatted": [
{
"value": "<p>The first experiment is relatively standard approach for me; An A-Frame Scene Paragraph type.<\/p>\r\n\r\n<p>This allows for the content author to create (or copy and paste) A-Frame scenes anywhere within their content, and is simple to implement:<\/p>\r\n",
"value": "<p>The first experiment is relatively standard approach for me; Paragraphs.<\/p>\r\n\r\n<p>Creating an <strong>A-Frame scene<\/strong> paragraph with a Textarea for content entry allows&nbsp;the content author to create (or copy and paste) A-Frame scenes anywhere within their content, and is simple to implement:<\/p>\r\n",
"format": "formatted"
}
]
Expand Down

0 comments on commit 01eef25

Please sign in to comment.