Skip to content

Instantly share code, notes, and snippets.

View el0911's full-sized avatar
🏠
I wish i was working from home

El Achu somto el0911

🏠
I wish i was working from home
View GitHub Profile
function generateOne($name,$displayname,$has_role){
$user_roles = []
$one = [];
$one['name'] = $name;
$one['display_name'] = $displayname;
$one['can_access'] = $has_role;
$one['url'] = "https://client." . ApiUtility::domainByEnvironment() . "reliancehmo.com";
return $one
}

BALANCEBOWL API Documentation Templates

By Somto Achu

The BalanceBowl project contract assigned to NESA by Makers

#APIS Recepies

BALANCEBOWL API Documentation Templates

By Somto Achu

The BalanceBowl project contract assigned to NESA by Makers

#APIS Plans

BALANCEBOWL API Documentation Templates

By Somto Achu

The BalanceBowl project contract assigned to NESA by Makers

#APIS Cards

BALANCEBOWL API Documentation Templates

By Somto Achu

The BalanceBowl project contract assigned to NESA by Makers

#APIS Bwols

BALANCEBOWL API Documentation Templates

By Somto Achu

The BalanceBowl project contract assigned to NESA by Makers

#APIS Blog

@el0911
el0911 / auth.md
Last active October 16, 2019 18:07

BALANCEBOWL API Documentation Templates

By Somto Achu

The BalanceBowl project contract assigned to NESA by Makers

#APIS

BALANCEBOWL API Documentation Templates

By Somto Achu

The BalanceBowl project contract assigned to NESA by Makers

#APIS

const ionicTemplates = require('./typeTemplate');
const iterate =(pageConstents) => {
let imports = [];
let templates = [];
for (let j = 0; j < pageConstents.length; j++) {
const pageContent = pageConstents[j];
const type = pageContent.type;
import React, { Component, StatelessComponent } from 'react'
import Header from '../common/header'
import Flow from '../common/Flow';
import Pagelister from '../common/pagelister';
import { useSelector,useDispatch } from 'react-redux'
import ComponentLister from '../common/ComponentLister';
import Editor from '../common/Editor';
import UsedComponents from '../common/UsedComponents';
import Dragapp from './Dragapp';
import { Trash } from '../../react-page-maker/src';