settings.js 190 B

1234567891011121314151617
  1. (function($){
  2. FLBuilder.registerModuleHelper('cta', {
  3. rules: {
  4. title: {
  5. required: true
  6. },
  7. btn_text: {
  8. required: true
  9. }
  10. },
  11. init: function() {}
  12. });
  13. })(jQuery);