@aurahelper/metadata-factory
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -5,3 +5,3 @@ { | ||
"displayName": "Aura Helper Framework Metadata Factory", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Library to create Aura Helper Metadata types from SFDX Responses, Local Project or other data sources", | ||
@@ -8,0 +8,0 @@ "main": "index.js", |
@@ -50,3 +50,3 @@ # **Aura Helper Metadata Factory Module** | ||
- [**createMetadataTypesFromFileSystem(folderMapOrDetails, root)**](#createmetadatatypesfromfilesystemfoldermapordetails-root) | ||
- [**createMetadataTypesFromFileSystem(folderMapOrDetails, root)**](#createmetadatatypesfromfilesystemfoldermapordetails-root-groupglobalactions) | ||
@@ -570,3 +570,3 @@ Method to create the Metadata JSON Object with the files and data from your local project. | ||
--- | ||
## [**createMetadataTypesFromFileSystem(folderMapOrDetails, root)**](#createmetadatatypesfromfilesystemfoldermapordetails-root) | ||
## [**createMetadataTypesFromFileSystem(folderMapOrDetails, root, groupGlobalActions)**](#createmetadatatypesfromfilesystemfoldermapordetails-root-groupglobalactions) | ||
Method to create the Metadata JSON Object with the files and data from your local project. See [Metadata JSON Format](#metadata-file) section to understand the JSON Metadata Format. | ||
@@ -579,2 +579,4 @@ | ||
- String | ||
- **groupGlobalActions**: True to group global quick actions on "GlobalActions" group, false to include as object and item. Optional | ||
- Boolean | ||
@@ -581,0 +583,0 @@ ### **Return:** |
Sorry, the diff of this file is too big to display
163407
1477
1012