Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F969603
get-app.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
510 B
Referenced Files
None
Subscribers
None
get-app.js
View Options
const
Sealious
=
require
(
'sealious'
);
const
fieldTypes
=
{
slug
:
require
(
'./field-types/slug'
),
arrayOfObject
:
require
(
'./field-types/array-of-objects'
),
};
const
manifest
=
{
name
:
'What Seal Do?'
,
logo
:
'./image.svg'
,
version
:
'1.0'
,
default_language
:
'pl'
,
base_url
:
'http://localhost:8080'
,
admin_email
:
'sealpage_devs@sealcode.org'
,
};
module
.
exports
=
config
=>
{
const
app
=
new
Sealious
.
App
(
config
,
manifest
);
for
(
const
type
in
fieldTypes
)
{
fieldTypes
[
type
](
app
);
}
return
app
;
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 07:00 (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
547909
Default Alt Text
get-app.js (510 B)
Attached To
Mode
rSEALPAGE Sealpage
Attached
Detach File
Event Timeline
Log In to Comment