mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 16:31:08 -06:00
f39f4aaae2
a mixin used for fields validation. Basically implements a logic which is already in details facet and dialog. Now this logic can be used in any component. The long term goal is to replace the logic in details facet and dialog with this mixin. https://fedorahosted.org/freeipa/ticket/3903 Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com>
14 lines
392 B
JSON
14 lines
392 B
JSON
{
|
|
"--title": "FreeIPA Web UI Documentation",
|
|
"--categories": "categories.json",
|
|
"--guides": "guides.json",
|
|
"--css": ["doc.css"],
|
|
"--external": ["jQuery", "Store", "QueryResult", "Stateful", "Evented",
|
|
"XMLHttpRequest", "Promise"],
|
|
"--warnings": ["-link", "-nodoc"],
|
|
"--": [
|
|
"../src/freeipa/"
|
|
],
|
|
"--output": "../build/code_doc"
|
|
}
|