locomotivecms/engine

View on GitHub
app/javascript/src/locomotive/editor/actions/page_actions.js

Summary

Maintainability
A
0 mins
Test Coverage
export function updatePageSetting(name, newValue) {
  return {
    type: 'PAGE::SETTING::UPDATE',
    name,
    newValue
  }
}