Initial commit
parents
Showing
.editorconfig
0 → 100644
.env.example
0 → 100644
.eslintignore
0 → 100644
.eslintrc
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
config/admin.js
0 → 100644
config/api.js
0 → 100644
config/database.js
0 → 100644
config/middlewares.js
0 → 100644
config/server.js
0 → 100644
database/migrations/.gitkeep
0 → 100644
favicon.ico
0 → 100644
File added
package.json
0 → 100644
{ | ||
"name": "flash-ent", | ||
"private": true, | ||
"version": "0.1.0", | ||
"description": "A Strapi application", | ||
"scripts": { | ||
"develop": "strapi develop", | ||
"start": "strapi start", | ||
"build": "strapi build", | ||
"strapi": "strapi" | ||
}, | ||
"devDependencies": {}, | ||
"dependencies": { | ||
"@strapi/strapi": "4.2.3", | ||
"@strapi/plugin-users-permissions": "4.2.3", | ||
"@strapi/plugin-i18n": "4.2.3", | ||
"mysql": "2.18.1" | ||
}, | ||
"author": { | ||
"name": "A Strapi developer" | ||
}, | ||
"strapi": { | ||
"uuid": "460b8f88-45d3-42e8-97db-e7c994c3abd7" | ||
}, | ||
"engines": { | ||
"node": ">=12.x.x <=16.x.x", | ||
"npm": ">=6.0.0" | ||
}, | ||
"license": "MIT" | ||
} |
public/robots.txt
0 → 100644
public/uploads/.gitkeep
0 → 100644
src/admin/app.example.js
0 → 100644
src/admin/webpack.config.example.js
0 → 100644
src/api/.gitkeep
0 → 100644
src/api/blog/content-types/blog/schema.json
0 → 100644
src/api/blog/controllers/blog.js
0 → 100644
src/api/blog/routes/blog.js
0 → 100644
src/api/blog/services/blog.js
0 → 100644
src/api/employee/controllers/employee.js
0 → 100644
src/api/employee/routes/employee.js
0 → 100644
src/api/employee/services/employee.js
0 → 100644
src/api/event-month/routes/event-month.js
0 → 100644
src/api/event-month/services/event-month.js
0 → 100644
src/api/event-type/controllers/event-type.js
0 → 100644
src/api/event-type/routes/event-type.js
0 → 100644
src/api/event-type/services/event-type.js
0 → 100644
src/api/event/controllers/event.js
0 → 100644
src/api/event/routes/event.js
0 → 100644
src/api/event/services/event.js
0 → 100644
src/api/footer/controllers/footer.js
0 → 100644
src/api/footer/routes/footer.js
0 → 100644
src/api/footer/services/footer.js
0 → 100644
src/api/header/controllers/header.js
0 → 100644
src/api/header/routes/header.js
0 → 100644
src/api/header/services/header.js
0 → 100644
src/api/label/controllers/label.js
0 → 100644
src/api/label/routes/label.js
0 → 100644
src/api/label/services/label.js
0 → 100644
src/api/master-form/routes/master-form.js
0 → 100644
src/api/master-form/services/master-form.js
0 → 100644
src/api/page/content-types/page/schema.json
0 → 100644
src/api/page/controllers/page.js
0 → 100644
src/api/page/routes/page.js
0 → 100644
src/api/page/services/page.js
0 → 100644
src/api/partner/controllers/partner.js
0 → 100644
src/api/partner/routes/partner.js
0 → 100644
src/api/partner/services/partner.js
0 → 100644
src/api/venue/controllers/venue.js
0 → 100644
src/api/venue/routes/venue.js
0 → 100644
src/api/venue/services/venue.js
0 → 100644
src/components/accordian/accordian.json
0 → 100644
src/components/accordian/data.json
0 → 100644
src/components/ad-space/ad-space.json
0 → 100644
src/components/artist-carousel/artists.json
0 → 100644
src/components/artist-carousel/labels.json
0 → 100644
src/components/banner-media/media.json
0 → 100644
src/components/banner/banner.json
0 → 100644
src/components/banner/cta.json
0 → 100644
src/components/banner/en.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/banner/image-cta.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/email-settings/upload-cv.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/employee-list/employees.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/event-locations/data.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/event-lookup-widget/en.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/event-lookup-widget/type.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/event-partners/data.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/event-partners/partners.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/events-carousel/events.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/events-carousel/labels.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/events-grid/events.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/events-grid/eventsgrid.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/events-grid/labels.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/events-listing/events.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/events-listing/labels.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/events/ads.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/events/bottom728x290.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/events/d300x250.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/events/data.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/events/image-ad.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/events/images.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/events/informations.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/events/locations.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/events/top729x90.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/footer/bottom-links.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/footer/columns.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/footer/labels.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/footer/links.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/footer/social-links.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/full-width-video/en.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/gallery/gallery.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/header/cookie-popup.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/header/en.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/header/menu.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/header/newsletter.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/header/search.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/header/secondary-menu.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/header/sticky-newsletter.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/header/vertical1.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/header/vertical2.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/image-with-content/en.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/job-listing/job-listing.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/job-listing/jobs.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/linkedin-info/cta.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/master-form/consents.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/master-form/fields.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/master-form/labels.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/master-form/master-form.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/meta-data/en.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/meta-data/meta-data.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/parallax-section/cta.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/parallax-section/en.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/primary-carousel/cta.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/primary-carousel/en.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/primary-carousel/images.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/primary-carousel/slides.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/resume-uploader/labels.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/service-pie-tabs/cta.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/service-pie-tabs/data.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/simple-content-area/en.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/social-wall/en.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/social-wall/social-wall.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/venue-carousel/labels.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/venue-carousel/venues.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/venue-listing/labels.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/venue-listing/venues.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/venue/data.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/venue/images.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/venue/route-info.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/venue/stats.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/venue/venues.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/extensions/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
src/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment