Stefano Ricci
Stefano Ricci
Add ng-click="::customPostsItemCtrl.showImageInModal('{{::customPostsItemCtr l.item.featured_media}}','{{::customPostsItemCtrl.item.title.rendered}}' )" this implementation is tied to customPost. it should be a function available to all modules
I'd find rather useful to pass all settings from the main file down to admin and public class. /my_plugin_name.php: run_giornale_di_bordo_del_capitano( array( 'plugin_name'=>'my plugin name', 'version'=>PLUGIN_NAME_VERSION, // Custom settings // 'pods_name'=>'ddc_settings'...
### Check if your feature request exists - [X] My feature request does not already exists ### Is your feature request related to a problem? it can solve some problem...
In the following: data-formatDate="myFormatDate" is ignored as the parameter is not passed (so default is always uesd) to app.feeds from file: framework7.feeds.js line 257: app.feeds(this, { url: f.attr('data-url'), openIn: f.attr('data-openIn')...
I need to apply a discount for an order of maximum 77€. Now the Cart Rule ask the minimum amount only. The rule logic should consider total >= minimum_amount &&...