New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@filerobot/template-builder

Package Overview
Dependencies
Maintainers
0
Versions
438
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.3
  • npm
  • Socket score

Version published
Weekly downloads
303
increased by68.33%
Maintainers
0
Weekly downloads
 
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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc