Skip to content

Commit

Permalink
Allow guideComponentType property (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: Agatta <[email protected]>
  • Loading branch information
Agatta and Agatta authored Jul 7, 2021
1 parent 7247c01 commit 1c4e756
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/clientlib.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var SERIALIZATION_FORMAT_SLING_XML = "slingxml";
* List of fields to be evaluated for being added to the {@code cq:ClientLibraryFolder} file descriptor
* @type {String[]}
*/
var clientLibDirectoryFields = ["embed", "dependencies", "cssProcessor", "jsProcessor", "allowProxy", "longCacheKey","replaces","disableIfReplacing"];
var clientLibDirectoryFields = ["embed", "dependencies", "cssProcessor", "jsProcessor", "allowProxy", "longCacheKey", "replaces", "disableIfReplacing", "guideComponentType"];

/**
* List of source file extensions which AEM is able to merge and provide as `.js` or `.css` client-side library
Expand All @@ -72,6 +72,8 @@ var ALLOWED_EXTENSIONS = {
* @property {Array<String>} [cssProcessor] - Clientlib processor specification for CSS
* @property {Array<String>} [jsProcessor] - Clientlib processor specification for JS
* @property {Array<Object>} assets - content that should be copied to the clientlib folder, more details below
* @property {String} guideComponentType - property added for adaptive forms
*/

/**
Expand Down

0 comments on commit 1c4e756

Please sign in to comment.