-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.yaml
More file actions
71 lines (70 loc) · 1.89 KB
/
plugin.yaml
File metadata and controls
71 lines (70 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
meta:
name: 'SLI Search'
version: '${zenmagick.version}'
author: 'zenmagick.org'
description: 'Support for SLI Systems search'
context: storefront
options:
groups:
ajax: { title: Ajax Search }
rac: { title: Rich Auto Complete }
ct: { title: Conversion Tracker }
properties:
clientId:
title: The client id
description: The client id for this site
clientName:
title: The client name
description: The client name for this site
config:
default: ""
value: abc
size: 12
cookieDomain:
group: default
title: Cookie domain name
description: Domain name for shared cookie
ajaxSearch:
title: Ajax Search
description: Enable Ajax Search support
type: boolean
config:
default: false
debug:
title: Debug
description: Generate code, but make inactive
type: boolean
config:
default: true
conversionTracker:
group: ct
title: Conversion Tracker
description: Enable SLI Systems conversion tracker
type: boolean
config:
default: false
identifier:
group: ct
title: Product identifier
description: Product identification key
type: list
config:
default: productId
values:
productId: Product Id
model: Model
rac:
group: rac
title: Rich Auto Complete
description: Enable Rich Auto Complete support
type: boolean
config:
default: false
racVersion:
group: rac
title: Rich Auto Complete Version
description: Version of Rich Auto Complete to use
racRevision:
group: rac
title: Rich Auto Complete Revision
description: Revision of Rich Auto Complete to use