This commit is contained in:
@@ -122,17 +122,6 @@ export default {
|
||||
});
|
||||
}
|
||||
|
||||
// //PLUGINS - for anything with a type but not necessarily an ID
|
||||
// if (!UTILITY_TYPES.includes(formAyaType)) {
|
||||
// vm.appBar.menuItems.push({
|
||||
// title: "More",
|
||||
// icon: "fa-puzzle-piece",
|
||||
// key: "app:plugin",
|
||||
// data: formAyaType,
|
||||
// recordId: formRecordId
|
||||
// });
|
||||
// }
|
||||
|
||||
//CUSTOMIZE
|
||||
//set custom fields and link to translation text editor
|
||||
|
||||
@@ -153,7 +142,7 @@ export default {
|
||||
//customize
|
||||
vm.appBar.menuItems.push({
|
||||
title: "Customize",
|
||||
icon: "fa-sliders-h",
|
||||
icon: "$ayiCustomize",
|
||||
data: ctx.formData.formCustomTemplateKey,
|
||||
key: "app:customize"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user