You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@filerobot/template-builder

Package Overview
Dependencies
Maintainers
0
Versions
447
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@filerobot/template-builder

The template builder plugin used inside Filerobot Media Asset Management widget to handle different templates to be reused on the fly.

3.114.5
latest
npmnpm
Version published
Maintainers
0
Created
Source

@filerobot/template-builder

Plugins Website Version Scaleflex team License CodeSandbox

Filerobot Widget logo

The plugin is used for providing the functionality to create & edit templates to be used on the fly using the URL with different data.

Usage

NPM

npm install --save @filerobot/template-builder

YARN

yarn add @filerobot/template-builder

then

import TemplateBuilder from '@filerobot/template-builder'
...
...
...
filerobot.use(TemplateBuilder, propertiesObject)

CDN

The plugin from CDN is found inside Filerobot global object Filerobot.TemplateBuilder

const TemplateBuilder = window.Filerobot.TemplateBuilder
...
...
...
filerobot.use(TemplateBuilder, propertiesObject)

Plugin's styles

import '@filerobot/core/dist/style.css'

or if you prefer the minified version

import '@filerobot/core/dist/style.min.css'

The plugin's css file should be imported after the Core's css file for having the styles shown correctly.

Events

The plugin emits different events that you could subscribe to or add your handler to be called with the provided arguments passed while emitting/firing the event, the events are listed below with examples show the parameters for handler:

templateBuilder:modal-close

Emitted when template builder modal is closed.

params: No params returned.

example

filerobot.on('templateBuilder:modal-close', () => {
  console.log('Template builder modal is closed')
})

FAQs

Package last updated on 20 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.