I have to make the same customizations.
I am using CA 11.1.1
For the "Drag and Drop" section, I found out that removing the "Upload files" capability from the user role is sufficient.
For the "Quick References" section, I tried to upload an extension like the one below, but Cognos does not fully respect the exclusion.
The section is still there, with the 3 sub-sections, but the links inside the sub-sections are gone (see attachment)
{
"name":"Custom Extension",
"schemaVersion": "1.0",
"comment": "Removes the Quick References section.",
"extensions": [
{
"perspective": "home",
"comment": "Removes content that is not useful or usable for the role.",
"features": [{
"id": "sample.homePerspective.excludeItems",
"excludeItems":["com.ibm.bi.bahome_common.quickReferences","com.ibm.bi.cahome_common.5"],
"comment": "Consumers will not understand the references above, which primarily focused on content authors."
}]
}]
}
------------------------------
Denilson Nastacio
------------------------------
Original Message:
Sent: Mon August 06, 2018 08:52 AM
From: Sisi Wu
Subject: home page customization using spec json in cognos analytics 11.0.8 (excluding some text and container.)
Hello everyone,
Does someone know the solution/the code how to exluding the text and the container in red box here below (part of our home page about cognos analytics)?

I tried to use the funcion excludeitems in spec.json to get rid of those.
I tried to find uit the specifieke id's which belong to those things according to the link below
https://www.ibm.com/support/knowledgecenter/en/SSEP7J_11.0.0/com.ibm.swg.ba.cognos.ag_manage.doc/t_cust_ident.htmlhttps://www.ibm.com/support/knowledgecenter/en/SSEP7J_11.0.0/com.ibm.swg.ba.cognos.ag_manage.doc/t_cust_ident.html
But i did not find the solution yet.
Can someone help me?
I don't know if it is possible.
Thanks a lot!
Best regards,
Sisi
------------------------------
Sisi Wu
------------------------------
#CognosAnalyticswithWatson