Hello,
You can now share projects to specific pages, blog and shop categories.
More info here :
https://changelog.appdrag.com/features/new-permissions-for-project-sharing
Hello,
You can now share projects to specific pages, blog and shop categories.
More info here :
https://changelog.appdrag.com/features/new-permissions-for-project-sharing
+1 We agree, added to the list!
Hello,
From an AppDrag point of view what I would do is :
You can now reorder your buttons in a buttons container
https://changelog.appdrag.com/features/multiple-buttons-reorder
Is this a conspiracy?
@ThomasD said in Hidden input fields?:
s there any built in way to have input fields hidden on the front-end but shown in the admin site editor?
Hello,
There's a non builtin way but very easy to do.
Add a class throught the identification brush named "hidden-live"
Then drop a CSS embed code and inside do this
body:not(.pagebuilder-edition) .hidden-live {
display:none;
}
As in the pagebuilder, the body has the class "pagebuilder-edition" you can differentiate it with this simple css.
Hi,
As requested, this feature is now live.
More info here :
https://changelog.appdrag.com/features/asset-manager-folders
Hello,
You can now add a category to your Cloud API Functions, by doing this they will be available in the list of your templates when you create a new function. (They will be available in all your projects and shared projects)
https://changelog.appdrag.com/features/reuse-cloud-api-functions-as-templates
@Daniel-Mulroy yes, @Joseph-Benguira meant Request Per Minutes. It hurts for the king of high RPS infrastructures to switch to speak about RPM instead of RPS
Hi,
Links with an empty anchor which previously lead to :
details.html?anchor=&id=1001686
Now lead to :
details.html?id=1001686
Hello Daniel,
Sure, let me explain to you how store function works on AppDrag.
First of all it is used to read and write to the local storage and to fallback on cookies if local storage isn't available on a device/browser.
The prototype is : store(key, value, onlyCookie);
To write to the local storage (with cookie fallback) :
store("name", "John Doe");
To get a value from the local storage (or cookie if it fell back) :
store("name"); // returns "John Doe";
You can force to use cookies only with the optional third parameter.
To write a cookie :
store("name", "John Doe", true);
To Read a cookie (note that we use undefined because we want to get a value and don't want to write anything :
store("name", undefined, true); // returns "John Doe";
This feature has been added it will be released during the day
Hey,
Very interesting topic. Until now we only allow computed default values on date&time columns, the rest are treated as string.
So using UUID will result in "UUID" instead of a beautiful "1231203210-01232193219-12032139". I add it to our improvement list to decide if it is treated as a computed value or as a defined value (string).
Hi,
What about "Download ZIP archive" and "Restore"? I think that would suit well your use case.
Thank you for the report. You're right it appeared with our move to community.
It has been corrected, sorry for the inconvenience.
Hey Thomas, you're welcome,
While checking how to implement it, I noticed that you have the close button as soon as you set a title.
If you just want the close button without a title you can trick it using a space character title.
Hey Thomas,
Great news, this is now available :
Great, you're welcome
Hello,
Double click on your menu
Desktop design
Scroll down an check fixed on top
Hey,
You can now enable shadow on icons and images (natural size not background image of course)
Merry Christmas