formbuilder-lhcforms 11.0.10 → 11.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -71,6 +71,22 @@ instructions are for those who are familiar with Linux systems.
71
71
  npm run test
72
72
  ```
73
73
 
74
+ ### Environment configuration
75
+
76
+ This project uses `dotenv-cli` with cascading env files so each user can override ports/URLs locally without changing scripts.
77
+
78
+ - Default settings live in `.env`.
79
+ - User-specific overrides go in `.env.local` (this file is not committed).
80
+
81
+ To customize your ports/URLs:
82
+
83
+ ```bash
84
+ cp .env .env.local
85
+ # Edit .env.local as needed
86
+ ```
87
+
88
+ The npm scripts automatically load `.env` plus `.env.local` (when present), with `.env.local` taking precedence.
89
+
74
90
  ## **Contributing**
75
91
  - If you plan to contribute new functionality, it is important to coordinate with the maintainers to ensure proper integration and to avoid duplicating efforts. Reach out to the maintainers for guidance on contributing.
76
92
 
@@ -79,6 +95,3 @@ If you encounter any issues during the installation or setup process, consult th
79
95
  The form builder is an application. However, it is possible to control it via
80
96
  JavaScript from another web page. Refer to [API.md](API.md)
81
97
  for documentation.
82
-
83
-
84
-
@@ -326,7 +326,7 @@ as SVG and JS file types.
326
326
  In the Font Awesome Free download, the SIL OFL license applies to all icons
327
327
  packaged as web and desktop font files.
328
328
 
329
- Copyright (c) 2025 Fonticons, Inc. (https://fontawesome.com)
329
+ Copyright (c) 2026 Fonticons, Inc. (https://fontawesome.com)
330
330
  with Reserved Font Name: "Font Awesome".
331
331
 
332
332
  This Font Software is licensed under the SIL Open Font License, Version 1.1.
@@ -426,7 +426,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
426
426
  In the Font Awesome Free download, the MIT license applies to all non-font and
427
427
  non-icon files.
428
428
 
429
- Copyright 2025 Fonticons, Inc.
429
+ Copyright 2026 Fonticons, Inc.
430
430
 
431
431
  Permission is hereby granted, free of charge, to any person obtaining a copy of
432
432
  this software and associated documentation files (the "Software"), to deal in the
@@ -495,7 +495,7 @@ as SVG and JS file types.
495
495
  In the Font Awesome Free download, the SIL OFL license applies to all icons
496
496
  packaged as web and desktop font files.
497
497
 
498
- Copyright (c) 2025 Fonticons, Inc. (https://fontawesome.com)
498
+ Copyright (c) 2026 Fonticons, Inc. (https://fontawesome.com)
499
499
  with Reserved Font Name: "Font Awesome".
500
500
 
501
501
  This Font Software is licensed under the SIL Open Font License, Version 1.1.
@@ -595,7 +595,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
595
595
  In the Font Awesome Free download, the MIT license applies to all non-font and
596
596
  non-icon files.
597
597
 
598
- Copyright 2025 Fonticons, Inc.
598
+ Copyright 2026 Fonticons, Inc.
599
599
 
600
600
  Permission is hereby granted, free of charge, to any person obtaining a copy of
601
601
  this software and associated documentation files (the "Software"), to deal in the
@@ -664,7 +664,7 @@ as SVG and JS file types.
664
664
  In the Font Awesome Free download, the SIL OFL license applies to all icons
665
665
  packaged as web and desktop font files.
666
666
 
667
- Copyright (c) 2025 Fonticons, Inc. (https://fontawesome.com)
667
+ Copyright (c) 2026 Fonticons, Inc. (https://fontawesome.com)
668
668
  with Reserved Font Name: "Font Awesome".
669
669
 
670
670
  This Font Software is licensed under the SIL Open Font License, Version 1.1.
@@ -764,7 +764,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
764
764
  In the Font Awesome Free download, the MIT license applies to all non-font and
765
765
  non-icon files.
766
766
 
767
- Copyright 2025 Fonticons, Inc.
767
+ Copyright 2026 Fonticons, Inc.
768
768
 
769
769
  Permission is hereby granted, free of charge, to any person obtaining a copy of
770
770
  this software and associated documentation files (the "Software"), to deal in the
@@ -1 +1 @@
1
- {"version": "11.0.10"}
1
+ {"version": "11.0.12"}
@@ -19,6 +19,6 @@
19
19
  <body class="bg-secondary">
20
20
  <lfb-root></lfb-root>
21
21
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
22
- <script src="runtime.821ff28674267dd4.js" type="module"></script><script src="polyfills.315ba4e3241084b8.js" type="module"></script><script src="scripts.5c83cbb4dbb11a83.js" defer></script><script src="main.429f7fb31ea10175.js" type="module"></script></body>
22
+ <script src="runtime.821ff28674267dd4.js" type="module"></script><script src="polyfills.315ba4e3241084b8.js" type="module"></script><script src="scripts.5c83cbb4dbb11a83.js" defer></script><script src="main.008e957fec724ae8.js" type="module"></script></body>
23
23
  </html>
24
24