1.0.7 • Published 22 days ago

@aemforms/af-custom-functions v1.0.7

Weekly downloads
-
License
MIT License, Copy...
Repository
-
Last release
22 days ago

af-custom-functions

npm version

Provides a collection of custom functions designed to aid creation of adaptive form in AEM.

Installation

npm install @aemforms/af-custom-funtions

Usage

// In user's code (ESM)
import { validateURL, navigateTo, toObject } from '@aemforms/af-custom-functions';
// Usage
const result = validateURL('https://example.com');
navigateTo('https://example.com', '_blank');
const obj = toObject('{"key": "value"}');
1.0.7

22 days ago

1.0.6

2 months ago

1.0.5

3 months ago

1.0.4

3 months ago

1.0.3

3 months ago

1.0.2

3 months ago

1.0.1

3 months ago