webc-miam 8.5.0 → 8.6.0
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/interfaces/miam-interface.ts +5 -0
- package/main-es2015.js +1 -1
- package/main-es5.js +1 -1
- package/package.json +1 -1
- package/webc-miam-de.js +1 -1
- package/webc-miam-en.js +1 -1
- package/webc-miam-es.js +1 -1
- package/webc-miam-fr.js +1 -1
- package/webc-miam-it.js +1 -1
- package/webc-miam-nl.js +1 -1
- package/webc-miam-pt.js +1 -1
- package/webc-miam-ro.js +1 -1
|
@@ -123,6 +123,11 @@ export interface MiamInterface {
|
|
|
123
123
|
* @param antiInflation if you want to use the anti inflation
|
|
124
124
|
*/
|
|
125
125
|
enableMealsPlanner: (url: string, antiInflation?: boolean) => void;
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* Call to enable SEO (Title and meta tags on recipe display)
|
|
129
|
+
*/
|
|
130
|
+
enableSeo: () => void
|
|
126
131
|
/**
|
|
127
132
|
* Call to enable guests input on my-meals cards
|
|
128
133
|
*/
|