We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please added property type support to cq_jcr resource.
cq_jcr
Concept:
cq_jcr '/content/test_node' do username node['cq']['author']['credentials']['login'] password node['cq']['author']['credentials']['password'] instance "http://localhost:#{node['cq']['author']['port']}" properties( 'property_one' => true, 'property_two' => 'second', 'property_three' => ['item1', 'item2', 'item3'] ) property_types( 'property_one' => 'Boolean', 'property_two' => 'String', 'property_three' => 'String[]' ) action :create end
Details: https://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html#typehint
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please added property type support to
cq_jcr
resource.Concept:
Details: https://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html#typehint
The text was updated successfully, but these errors were encountered: