mod-build 3.6.61-beta.3 → 3.6.61-beta.4

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.
@@ -244,7 +244,7 @@ module.exports = function(gulp, gulpPlugins, siteSettings, siteData) {
244
244
  return async function() {
245
245
  if (Object.keys(siteData).length > 0) {
246
246
  if (!templatesData.doNotUseDefaultFieldConfig && !templatesData.defaultConfigCompleted) {
247
- if (templatesData.useAccessibleFormConfig) {
247
+ if (templatesData.siteData.useAccessibleFormConfig) {
248
248
  await getDefaultFormFieldConfig('accessible-components');
249
249
  } else {
250
250
  await getDefaultFormFieldConfig('shared-components');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-build",
3
- "version": "3.6.61-beta.3",
3
+ "version": "3.6.61-beta.4",
4
4
  "description": "Share components for S3 sites.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",