Skip to content

Commit

Permalink
Merge branch 'next' into FOUR-13951
Browse files Browse the repository at this point in the history
  • Loading branch information
josechirivella authored Jan 30, 2024
2 parents 65ea93e + bd2bca2 commit a344a8b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@processmaker/screen-builder",
"version": "2.82.0",
"version": "2.82.1",
"scripts": {
"dev": "vite",
"serve": "vue-cli-service serve",
Expand Down
16 changes: 8 additions & 8 deletions src/form-builder-controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export default [
rendererComponent: FormButton,
rendererBinding: 'FormButton',
control: {
popoverContent: "Add and reuse another Form within this Form",
popoverContent: "Add special buttons that link between subpages within this Form",
order: 1.0,
group: 'Navigation',
label: 'Page Navigation',
Expand Down Expand Up @@ -420,7 +420,7 @@ export default [
rendererComponent: FormLoop,
rendererBinding: 'FormLoop',
control: {
popoverContent: "Format content in a table structure and allow for adding rows",
popoverContent: "Add a repeatable section of content",
order: 5.0,
group: 'Content Fields',
label: 'Loop',
Expand Down Expand Up @@ -456,7 +456,7 @@ export default [
rendererComponent: FormRecordList,
rendererBinding: 'FormRecordList',
control: {
popoverContent: "Format content in a table structure",
popoverContent: "Format content in a table structure and allow for adding rows",
order: 4.0,
group: 'Content Fields',
label: 'Record List',
Expand Down Expand Up @@ -647,7 +647,7 @@ export default [
rendererComponent: FormNestedScreen,
rendererBinding: 'FormNestedScreen',
control: {
popoverContent: "Add a repeatable section of content",
popoverContent: "Add and reuse another Form within this Form",
order: 6.0,
group: 'Content Fields',
label: 'Nested Screen',
Expand Down Expand Up @@ -682,7 +682,7 @@ export default [
builderBinding: 'FileUpload',
control: {
group: "Files",
popoverContent: "Add special buttons that link between subpages within this Form",
popoverContent: "Collect files uploaded into the Form",
order: 1.0,
label: 'File Upload',
component: 'FileUpload',
Expand Down Expand Up @@ -734,7 +734,7 @@ export default [
builderComponent: FileDownload,
builderBinding: 'FileDownload',
control: {
popoverContent: "Collect files uploaded into the Form",
popoverContent: "Offer a File download",
order: 2.0,
group: "Files",
label: 'File Download',
Expand Down Expand Up @@ -770,7 +770,7 @@ export default [
builderComponent: BFormComponent,
builderBinding: 'BFormComponent',
control: {
popoverContent: "Add a Preview section that displays the content of a File",
popoverContent: "Add one of several Bootstrap Vue components",
order: 1.0,
group: 'Advanced',
label: 'Bootstrap Component',
Expand Down Expand Up @@ -824,7 +824,7 @@ export default [
builderComponent: BWrapperComponent,
builderBinding: 'BWrapperComponent',
control: {
popoverContent: "Wrap an existing subpage within this Form into a Bootstrap Vue component ",
popoverContent: "Wrap an existing subpage within this Form into a Bootstrap Vue component",
order: 2.0,
group: 'Advanced',
label: 'Bootstrap Wrapper',
Expand Down

0 comments on commit a344a8b

Please sign in to comment.