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
{ | |
"code": 100, | |
"data": { | |
"scenes": [ | |
{ | |
"variables": [ | |
{ | |
"name": "image_0", | |
"properties": [ | |
{ |
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
{ | |
"title": "a brand new world", | |
"variables": [ | |
{ | |
"name": "avatar_0", | |
"properties": [ | |
{ | |
"default": "Monica_inSleeveless _20220819", | |
"name": "id" |
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
[ | |
{ | |
"layout":"product_single", | |
"key":"fFgcTWS0Bz9I7LXP", | |
"attributes":{ | |
"product_name":"Product #1", | |
"product_feature":"This product featuere should really be a drop down.. I wonder if that will work maybe I should ask on Github. ", | |
"product_benefit":"This is a benefit - once again we should really look at how these Vue thingies are setup so we can modify them as required." | |
} | |
}, |
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
{"id":6,"contact":"Jonathan Kingsleykir","company":"Compay Co","email":"company.co@gmail.com","exec_summary":"This is an executive summary - let's see what happens.","sent":1,"created_at":"2022-08-30T06:37:04.000000Z","updated_at":"2022-08-30T07:33:09.000000Z","products":[{"product_name":"Product #1","product_feature":"This product featuere should really be a drop down.. I wonder if that will work maybe I should ask on Github. ","product_benefit":"This is a benefit - once again we should really look at how these Vue thingies are setup so we can modify them as required."},{"product_name":"Product #2","product_feature":"Product #2 Feature","product_benefit":"Product #2 Benefit"},{"product_name":"Product #3","product_feature":"Product #3 Feature","product_benefit":"Product #3 Benefit"}],"stakeholders":[{"name":"Jonathan Ackley","position":"CEO","contact_details":"Mobile: 0415 932 797\nEmail: j.ackley@gmail.com","responsibility":"Looking after the blum blum"},{"name":"Michael Barry","position":"Manager","contact_ |
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
<?php | |
namespace Whitecube\NovaFlexibleContent\Http; | |
use Illuminate\Support\Arr; | |
class FlexibleAttribute | |
{ | |
/** | |
* The Register attribute |
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
[{"layout":"product_single","key":"fFgcTWS0Bz9I7LXP","attributes":{"product_name":"Product #1","product_feature":"This product featuere should really be a drop down.. I wonder if that will work maybe I should ask on Github. ","product_benefit":"This is a benefit - once again we should really look at how these Vue thingies are setup so we can modify them as required."}},{"layout":"product_single","key":"fFgcTWS0Bz9I7LOG","attributes":{"product_name":"Product Meta Mystery","product_feature":"This was created as a mystery - are you not entertained?","product_benefit":"The benefit is not important - what's important is this random key. "}},{"layout":"product_single","key":"y7Y0EpJWi1FULM84","attributes":{"product_name":"Product #2","product_feature":"Product #2 Feature","product_benefit":"Product #2 Benefit"}},{"layout":"product_single","key":"RalsujDnORZMEcFV","attributes":{"product_name":"Product #3","product_feature":"Product #3 Feature","product_benefit":"Product #3 Benefit"}}] | |
// or more elegantly if can't |
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
npm ERR! gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm/providers/common/include/prov/der_dsa.h | |
npm ERR! gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm/providers/common/include/prov/der_ecx.h | |
npm ERR! gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm/providers/common/include/prov/der_rsa.h | |
npm ERR! gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm/providers/common/include/prov/der_wrap.h | |
npm ERR! gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm/providers/common/include/prov/der_sm2.h | |
npm ERR! gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm/providers/common/include/prov/der_ec.h | |
npm ERR! gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm/include/progs.h | |
npm ERR! gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm/include/crypto/bn_conf.h | |
npm ERR! gyp verb extracted file from tarball i |
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
<?php | |
/** | |
* Custom meta fields | Backend | |
* | |
* @package Betheme | |
* @author Muffin group | |
* @link http://muffingroup.com | |
*/ | |
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
<style> | |
#SECTION_1 { | |
bottom: 0px; | |
box-sizing: border-box; | |
color: rgb(119, 119, 119); | |
height: 457px; | |
left: 0px; | |
position: relative; | |
right: 0px; | |
text-decoration: none solid rgb(119, 119, 119); |