package app // PolicyDatalists renders the elements the shared visual policy // editor (weed/admin/static/js/policy_editor.js) attaches its // action/resource/principal suggestions to, plus the // styles the editor's generated markup depends on. Any page embedding that // editor must render this once; the ids (policyActionSuggestions, // policyResourceSuggestions, policyPrincipalSuggestions) are the // registerPolicyEditor defaults, so a page only needs to override them if // it renders more than one instance of this component. templ PolicyDatalists() { for _, action := range PolicyActionSuggestions { } for _, action := range S3TablesPolicyActionSuggestions { } }